Class: Aws::CloudFormation::Types::DescribeTypeRegistrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeTypeRegistrationOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3931 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.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3931 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
.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3931 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
.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3931 class DescribeTypeRegistrationOutput < Struct.new( :progress_status, :description, :type_arn, :type_version_arn) SENSITIVE = [] include Aws::Structure end |