class Amazonite::CloudFormation::DeactivateTypeInput

Defined in:

cloudformation/deactivate_type_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(type_name : String | Nil = nil, type : ThirdPartyType | Nil = nil, 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 arn : String | Nil #

The Amazon Resource Name (ARN) for the extension in this account and Region.

Conditional: You must specify either Arn, or TypeName and Type.


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

The Amazon Resource Name (ARN) for the extension in this account and Region.

Conditional: You must specify either Arn, or TypeName and Type.


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

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def type : ThirdPartyType | Nil #

The extension type.

Conditional: You must specify either Arn, or TypeName and Type.


[View source]
def type=(type : ThirdPartyType | Nil) #

The extension type.

Conditional: You must specify either Arn, or TypeName and Type.


[View source]
def type_name : String | Nil #

The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

Conditional: You must specify either Arn, or TypeName and Type.


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

The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

Conditional: You must specify either Arn, or TypeName and Type.


[View source]
def validate! : Nil #

[View source]