class
Amazonite::CloudFormation::TypeVersionSummary
- Amazonite::CloudFormation::TypeVersionSummary
- Reference
- Object
Overview
Contains summary information about a specific version of a CloudFormation extension.
Defined in:
cloudformation/type_version_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : RegistryType | Nil = nil, type_name : String | Nil = nil, version_id : String | Nil = nil, is_default_version : Bool | Nil = nil, arn : String | Nil = nil, time_created : Time | Nil = nil, description : 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 ARN of the extension version.
-
#arn=(arn : String | Nil)
The ARN of the extension version.
-
#description : String | Nil
The description of the extension version.
-
#description=(description : String | Nil)
The description of the extension version.
-
#hash(hasher)
See
Object#hash(hasher) -
#is_default_version : Bool | Nil
Whether the specified extension version is set as the default version.
-
#is_default_version=(is_default_version : Bool | Nil)
Whether the specified extension version is set as the default version.
-
#public_version_number : String | Nil
For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region.
-
#public_version_number=(public_version_number : String | Nil)
For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region.
-
#time_created : Time | Nil
When the version was registered.
-
#time_created=(time_created : Time | Nil)
When the version was registered.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : RegistryType | Nil
The kind of extension.
-
#type=(type : RegistryType | Nil)
The kind of extension.
-
#type_name : String | Nil
The name of the extension.
-
#type_name=(type_name : String | Nil)
The name of the extension.
- #validate! : Nil
-
#version_id : String | Nil
The ID of a specific version of the extension.
-
#version_id=(version_id : String | Nil)
The ID of a specific version of the extension.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions
published by Amazon. For public third-party extensions, CloudFormation returns null.
Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions
published by Amazon. For public third-party extensions, CloudFormation returns null.
For public extensions that have been activated for this account and Region, the version of the
public extension to be used for CloudFormation operations in this account and Region. For any
extensions other than activated third-party extensions, CloudFormation returns null.
How you specified AutoUpdate when enabling the extension affects whether CloudFormation
automatically updates the extension in this account and Region when a new version is released.
For more information, see Automatically use new versions of
extensions
in the CloudFormation User Guide.
For public extensions that have been activated for this account and Region, the version of the
public extension to be used for CloudFormation operations in this account and Region. For any
extensions other than activated third-party extensions, CloudFormation returns null.
How you specified AutoUpdate when enabling the extension affects whether CloudFormation
automatically updates the extension in this account and Region when a new version is released.
For more information, see Automatically use new versions of
extensions
in the CloudFormation User Guide.
The ID of a specific version of the extension. The version ID is the value at the end of the ARN assigned to the extension version when it's registered.
The ID of a specific version of the extension. The version ID is the value at the end of the ARN assigned to the extension version when it's registered.