class
Amazonite::Sts::Credentials
- Amazonite::Sts::Credentials
- Reference
- Object
Overview
Amazon Web Services credentials for API authentication.
Defined in:
sts/credentials.crConstructors
- .from_xml(node : XML::Node) : self
- .new(access_key_id : String, secret_access_key : String, session_token : String, expiration : Time)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_key_id : String
The access key ID that identifies the temporary security credentials.
-
#access_key_id=(access_key_id : String)
The access key ID that identifies the temporary security credentials.
-
#expiration : Time
The date on which the current credentials expire.
-
#expiration=(expiration : Time)
The date on which the current credentials expire.
-
#hash(hasher)
See
Object#hash(hasher) -
#secret_access_key : String
The secret access key that can be used to sign requests.
-
#secret_access_key=(secret_access_key : String)
The secret access key that can be used to sign requests.
-
#session_token : String
The token that users must pass to the service API to use the temporary credentials.
-
#session_token=(session_token : String)
The token that users must pass to the service API to use the temporary credentials.
- #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 access key ID that identifies the temporary security credentials.
The secret access key that can be used to sign requests.
The token that users must pass to the service API to use the temporary credentials.
The token that users must pass to the service API to use the temporary credentials.