You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::DescribeTypeRegistrationInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeTypeRegistrationInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  registration_token: "RegistrationToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#registration_tokenString

The identifier for this registration request.

This registration token is generated by CloudFormation when you initiate a registration request using RegisterType.

Returns:

  • (String)

    The identifier for this registration request.