class
Amazonite::CloudFormation::PublishTypeInput
- Amazonite::CloudFormation::PublishTypeInput
- Reference
- Object
Defined in:
cloudformation/publish_type_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : ThirdPartyType | Nil = nil, arn : String | Nil = nil, type_name : String | Nil = nil, public_version_number : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the extension.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the extension.
-
#hash(hasher)
See
Object#hash(hasher) -
#public_version_number : String | Nil
The version number to assign to this version of the extension.
-
#public_version_number=(public_version_number : String | Nil)
The version number to assign to this version of the extension.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : ThirdPartyType | Nil
The type of the extension.
-
#type=(type : ThirdPartyType | Nil)
The type of the extension.
-
#type_name : String | Nil
The name of the extension.
-
#type_name=(type_name : String | Nil)
The name of the extension.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
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.
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.
The type of the extension.
Conditional: You must specify Arn, or TypeName and Type.
The type of the extension.
Conditional: You must specify Arn, or TypeName and Type.
The name of the extension.
Conditional: You must specify Arn, or TypeName and Type.
The name of the extension.
Conditional: You must specify Arn, or TypeName and Type.