class Amazonite::CloudFormation::PublishTypeInput

Defined in:

cloudformation/publish_type_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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


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

The Amazon Resource Name (ARN) of the extension.

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


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

See Object#hash(hasher)


def public_version_number : String | Nil #

The version number to assign to this version of the extension.

Use the following format, and adhere to semantic versioning when assigning a version number to your extension:

MAJOR.MINOR.PATCH

For more information, see Semantic Versioning 2.0.0.

If you don't specify a version number, CloudFormation increments the version number by one minor version release.

You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be 1.0.0.


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

The version number to assign to this version of the extension.

Use the following format, and adhere to semantic versioning when assigning a version number to your extension:

MAJOR.MINOR.PATCH

For more information, see Semantic Versioning 2.0.0.

If you don't specify a version number, CloudFormation increments the version number by one minor version release.

You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be 1.0.0.


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

[View source]
def type : ThirdPartyType | Nil #

The type of the extension.

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


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

The type of the extension.

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


[View source]
def type_name : String | Nil #

The name of the extension.

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


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

The name of the extension.

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


[View source]
def validate! : Nil #

[View source]