class
Amazonite::Sts::GetDelegatedAccessTokenRequest
- Amazonite::Sts::GetDelegatedAccessTokenRequest
- Reference
- Object
Defined in:
sts/get_delegated_access_token_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#trade_in_token : String
The token to exchange for temporary Amazon Web Services credentials.
-
#trade_in_token=(trade_in_token : String)
The token to exchange for temporary Amazon Web Services credentials.
- #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 trade_in_token : String
#
The token to exchange for temporary Amazon Web Services credentials. This token must be valid and unexpired at the time of the request.
def trade_in_token=(trade_in_token : String)
#
The token to exchange for temporary Amazon Web Services credentials. This token must be valid and unexpired at the time of the request.