class
Amazonite::Iam::CreateAccessKeyResponse
- Amazonite::Iam::CreateAccessKeyResponse
- Reference
- Object
Overview
Contains the response to a successful CreateAccessKey request.
Defined in:
iam/create_access_key_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_key : AccessKey
A structure with details about the access key.
-
#access_key=(access_key : AccessKey)
A structure with details about the access key.
-
#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?.
A structure with details about the access key.