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

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

#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)


6519
6520
6521
6522
6523
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6519

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