You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the type registration request.

Returns:

  • (String)

    The description of the type registration request.

#progress_statusString

The current status of the type registration request.

Possible values:

  • COMPLETE
  • IN_PROGRESS
  • FAILED

Returns:

  • (String)

    The current status of the type registration request.

#type_arnString

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

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

Returns:

  • (String)

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

#type_version_arnString

The Amazon Resource Name (ARN) of this specific version of the type being registered.

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of this specific version of the type being registered.