class
Amazonite::Sts::GetSessionTokenResponse
- Amazonite::Sts::GetSessionTokenResponse
- Reference
- Object
Overview
Contains the response to a successful GetSessionToken request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.
Defined in:
sts/get_session_token_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#credentials : Credentials | Nil
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
-
#credentials=(credentials : Credentials | Nil)
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.