Class: Aws::CloudFormation::Types::RegisterTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RegisterTypeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registration_token ⇒ String
The identifier for this registration request.
Instance Attribute Details
#registration_token ⇒ String
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.
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 |