Class: Aws::CloudFormation::Types::TypeVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::TypeVersionSummary
- Defined in:
- gems/aws-sdk-cloudformation/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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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
.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 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.
11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11175 class TypeVersionSummary < Struct.new( :type, :type_name, :version_id, :is_default_version, :arn, :time_created, :description, :public_version_number) SENSITIVE = [] include Aws::Structure end |