Class: Aws::CloudFormation::Types::DescribeTypeRegistrationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the extension registration request.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3848

class DescribeTypeRegistrationOutput < Struct.new(
  :progress_status,
  :description,
  :type_arn,
  :type_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#progress_statusString

The current status of the extension registration request.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3848

class DescribeTypeRegistrationOutput < Struct.new(
  :progress_status,
  :description,
  :type_arn,
  :type_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#type_arnString

The Amazon Resource Name (ARN) of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3848

class DescribeTypeRegistrationOutput < Struct.new(
  :progress_status,
  :description,
  :type_arn,
  :type_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#type_version_arnString

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.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3848

class DescribeTypeRegistrationOutput < Struct.new(
  :progress_status,
  :description,
  :type_arn,
  :type_version_arn)
  SENSITIVE = []
  include Aws::Structure
end