Class: Aws::CloudFormation::Types::DescribeTypeRegistrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeTypeRegistrationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the extension registration request.
-
#progress_status ⇒ String
The current status of the extension registration request.
-
#type_arn ⇒ String
The Amazon Resource Name (ARN) of the extension being registered.
-
#type_version_arn ⇒ String
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
Instance Attribute Details
#description ⇒ String
The description of the extension registration request.
3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3815 class DescribeTypeRegistrationOutput < Struct.new( :progress_status, :description, :type_arn, :type_version_arn) SENSITIVE = [] include Aws::Structure end |
#progress_status ⇒ String
The current status of the extension registration request.
3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3815 class DescribeTypeRegistrationOutput < Struct.new( :progress_status, :description, :type_arn, :type_version_arn) SENSITIVE = [] include Aws::Structure end |
#type_arn ⇒ String
The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a ‘ProgressStatus` of other than `COMPLETE`, this will be `null`.
3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3815 class DescribeTypeRegistrationOutput < Struct.new( :progress_status, :description, :type_arn, :type_version_arn) SENSITIVE = [] include Aws::Structure end |
#type_version_arn ⇒ String
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a ‘ProgressStatus` of other than `COMPLETE`, this will be `null`.
3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3815 class DescribeTypeRegistrationOutput < Struct.new( :progress_status, :description, :type_arn, :type_version_arn) SENSITIVE = [] include Aws::Structure end |