class Amazonite::CloudFormation::DescribePublisherOutput

Defined in:

cloudformation/describe_publisher_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(publisher_id : String | Nil = nil, publisher_status : PublisherStatus | Nil = nil, identity_provider : IdentityProvider | Nil = nil, publisher_profile : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def identity_provider : IdentityProvider | Nil #

The type of account used as the identity provider when registering this publisher with CloudFormation.


[View source]
def identity_provider=(identity_provider : IdentityProvider | Nil) #

The type of account used as the identity provider when registering this publisher with CloudFormation.


[View source]
def publisher_id : String | Nil #

The ID of the extension publisher.


[View source]
def publisher_id=(publisher_id : String | Nil) #

The ID of the extension publisher.


[View source]
def publisher_profile : String | Nil #

The URL to the publisher's profile with the identity provider.


[View source]
def publisher_profile=(publisher_profile : String | Nil) #

The URL to the publisher's profile with the identity provider.


[View source]
def publisher_status : PublisherStatus | Nil #

Whether the publisher is verified. Currently, all registered publishers are verified.


[View source]
def publisher_status=(publisher_status : PublisherStatus | Nil) #

Whether the publisher is verified. Currently, all registered publishers are verified.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]