class
Amazonite::Sts::DecodeAuthorizationMessageResponse
- Amazonite::Sts::DecodeAuthorizationMessageResponse
- Reference
- Object
Overview
A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an Amazon Web Services request.
Defined in:
sts/decode_authorization_message_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#decoded_message : String | Nil
The API returns a response with the decoded message.
-
#decoded_message=(decoded_message : String | Nil)
The API returns a response with the decoded message.
-
#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 decoded_message=(decoded_message : String | Nil)
#
The API returns a response with the decoded message.