class Amazonite::CloudFormation::SetTypeDefaultVersionInput

Defined in:

cloudformation/set_type_default_version_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(arn : String | Nil = nil, type : RegistryType | Nil = nil, type_name : String | Nil = nil, version_id : 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) of the extension for which you want version summary information.

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


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

The Amazon Resource Name (ARN) of the extension for which you want version summary information.

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


[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 : RegistryType | Nil #

The kind of extension.

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


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

The kind of extension.

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


[View source]
def type_name : String | Nil #

The name of the extension.

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


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

The name of the extension.

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


[View source]
def validate! : Nil #

[View source]
def version_id : String | Nil #

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.


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

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.


[View source]