Class: Aws::CloudFormation::Types::TypeVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::TypeVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Contains summary information about a specific version of a CloudFormation extension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the extension version.
-
#description ⇒ String
The description of the extension version.
-
#is_default_version ⇒ Boolean
Whether the specified extension version is set as the default version.
-
#public_version_number ⇒ String
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
When the version was registered.
-
#type ⇒ String
The kind of extension.
-
#type_name ⇒ String
The name of the extension.
-
#version_id ⇒ String
The ID of a specific version of the extension.
Instance Attribute Details
#arn ⇒ String
The ARN of the extension version.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the extension version.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
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`.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#public_version_number ⇒ String
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*.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#time_created ⇒ Time
When the version was registered.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The kind of extension.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the extension.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
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.
11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11762 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |