Class: Aws::CloudFormation::Types::RegisterTypeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registration_tokenString

The identifier for this registration request.

Use this registration token when calling DescribeTypeRegistration, which returns information about the status and IDs of the extension registration.

Returns:

  • (String)


6590
6591
6592
6593
6594
# File 'lib/aws-sdk-cloudformation/types.rb', line 6590

class RegisterTypeOutput < Struct.new(
  :registration_token)
  SENSITIVE = []
  include Aws::Structure
end