Class: Aws::CloudFormation::Types::DescribeTypeRegistrationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeTypeRegistrationInput
- 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.
This registration token is generated by CloudFormation when you initiate a registration request using RegisterType.
4106 4107 4108 4109 4110 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4106 class DescribeTypeRegistrationInput < Struct.new( :registration_token) SENSITIVE = [] include Aws::Structure end |