class
Amazonite::CloudFormation::DescribePublisherOutput
- Amazonite::CloudFormation::DescribePublisherOutput
- Reference
- Object
Defined in:
cloudformation/describe_publisher_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(publisher_id : String | Nil = nil, publisher_status : PublisherStatus | Nil = nil, identity_provider : IdentityProvider | Nil = nil, publisher_profile : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#identity_provider : IdentityProvider | Nil
The type of account used as the identity provider when registering this publisher with CloudFormation.
-
#identity_provider=(identity_provider : IdentityProvider | Nil)
The type of account used as the identity provider when registering this publisher with CloudFormation.
-
#publisher_id : String | Nil
The ID of the extension publisher.
-
#publisher_id=(publisher_id : String | Nil)
The ID of the extension publisher.
-
#publisher_profile : String | Nil
The URL to the publisher's profile with the identity provider.
-
#publisher_profile=(publisher_profile : String | Nil)
The URL to the publisher's profile with the identity provider.
-
#publisher_status : PublisherStatus | Nil
Whether the publisher is verified.
-
#publisher_status=(publisher_status : PublisherStatus | Nil)
Whether the publisher is verified.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The type of account used as the identity provider when registering this publisher with CloudFormation.
The type of account used as the identity provider when registering this publisher with CloudFormation.
The URL to the publisher's profile with the identity provider.
The URL to the publisher's profile with the identity provider.
Whether the publisher is verified. Currently, all registered publishers are verified.
Whether the publisher is verified. Currently, all registered publishers are verified.