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)


6530
6531
6532
6533
6534
# File 'lib/aws-sdk-cloudformation/types.rb', line 6530

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