class
Amazonite::Ssm::CreateActivationResult
- Amazonite::Ssm::CreateActivationResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/create_activation_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(activation_id : String | Nil = nil, activation_code : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#activation_code : String | Nil
The code the system generates when it processes the activation.
-
#activation_code=(activation_code : String | Nil)
The code the system generates when it processes the activation.
-
#activation_id : String | Nil
The ID number generated by the system when it processed the activation.
-
#activation_id=(activation_id : String | Nil)
The ID number generated by the system when it processed the activation.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.