class Amazonite::CloudFormation::DescribeTypeRegistrationOutput

Defined in:

cloudformation/describe_type_registration_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(progress_status : RegistrationStatus | Nil = nil, description : String | Nil = nil, type_arn : String | Nil = nil, type_version_arn : 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 description : String | Nil #

The description of the extension registration request.


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

The description of the extension registration request.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def progress_status : RegistrationStatus | Nil #

The current status of the extension registration request.


[View source]
def progress_status=(progress_status : RegistrationStatus | Nil) #

The current status of the extension registration request.


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

[View source]
def type_arn : String | Nil #

The Amazon Resource Name (ARN) of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.


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

The Amazon Resource Name (ARN) of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.


[View source]
def type_version_arn : String | Nil #

The Amazon Resource Name (ARN) of this specific version of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.


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

The Amazon Resource Name (ARN) of this specific version of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.


[View source]
def validate! : Nil #

[View source]