class
Amazonite::CloudFormation::DescribeTypeRegistrationInput
- Amazonite::CloudFormation::DescribeTypeRegistrationInput
- Reference
- Object
Defined in:
cloudformation/describe_type_registration_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#registration_token : String
The identifier for this registration request.
-
#registration_token=(registration_token : String)
The identifier for this registration request.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def registration_token : String
#
The identifier for this registration request.
This registration token is generated by CloudFormation when you initiate a registration request using RegisterType.
def registration_token=(registration_token : String)
#
The identifier for this registration request.
This registration token is generated by CloudFormation when you initiate a registration request using RegisterType.