Class: Aws::CloudFormation::Types::TypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::TypeSummary
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Contains summary information about the specified CloudFormation type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_version_id ⇒ String
The ID of the default version of the type.
-
#description ⇒ String
The description of the type.
-
#last_updated ⇒ Time
When the current default version of the type was registered.
-
#type ⇒ String
The kind of type.
-
#type_arn ⇒ String
The Amazon Resource Name (ARN) of the type.
-
#type_name ⇒ String
The name of the type.
Instance Attribute Details
#default_version_id ⇒ String
The ID of the default version of the type. The default version is used when the type version is not specified.
To set the default version of a type, use SetTypeDefaultVersion
.
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7415 class TypeSummary < Struct.new( :type, :type_name, :default_version_id, :type_arn, :last_updated, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the type.
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7415 class TypeSummary < Struct.new( :type, :type_name, :default_version_id, :type_arn, :last_updated, :description) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
When the current default version of the type was registered.
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7415 class TypeSummary < Struct.new( :type, :type_name, :default_version_id, :type_arn, :last_updated, :description) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The kind of type.
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7415 class TypeSummary < Struct.new( :type, :type_name, :default_version_id, :type_arn, :last_updated, :description) SENSITIVE = [] include Aws::Structure end |
#type_arn ⇒ String
The Amazon Resource Name (ARN) of the type.
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7415 class TypeSummary < Struct.new( :type, :type_name, :default_version_id, :type_arn, :last_updated, :description) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the type.
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7415 class TypeSummary < Struct.new( :type, :type_name, :default_version_id, :type_arn, :last_updated, :description) SENSITIVE = [] include Aws::Structure end |