class
Amazonite::Ssm::GetAccessTokenRequest
- Amazonite::Ssm::GetAccessTokenRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_access_token_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(access_request_id : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_request_id : String
The ID of a just-in-time node access request.
-
#access_request_id=(access_request_id : String)
The ID of a just-in-time node access request.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.