class
Amazonite::Sts::DecodeAuthorizationMessageRequest
- Amazonite::Sts::DecodeAuthorizationMessageRequest
- Reference
- Object
Defined in:
sts/decode_authorization_message_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#encoded_message : String
The encoded message that was returned with the response.
-
#encoded_message=(encoded_message : String)
The encoded message that was returned with the response.
-
#hash(hasher)
See
Object#hash(hasher) - #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 encoded_message=(encoded_message : String)
#
The encoded message that was returned with the response.