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 Amazon Resource Name (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 Amazon Resource Name (ARN) of the extension version.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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`.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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*.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 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 Amazon Resource Name (ARN) assigned to the extension version when it’s registered.
10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10601 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |