class
Amazonite::CloudFormation::RegisterTypeOutput
- Amazonite::CloudFormation::RegisterTypeOutput
- Reference
- Object
Defined in:
cloudformation/register_type_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#registration_token : String | Nil
The identifier for this registration request.
-
#registration_token=(registration_token : String | Nil)
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 | Nil
#
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.
def registration_token=(registration_token : String | Nil)
#
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.