class
Amazonite::Iam::GetAccessKeyLastUsedRequest
- Amazonite::Iam::GetAccessKeyLastUsedRequest
- Reference
- Object
Defined in:
iam/get_access_key_last_used_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_key_id : String
The identifier of an access key.
-
#access_key_id=(access_key_id : String)
The identifier of an 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?.
def access_key_id : String
#
The identifier of an access key.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
def access_key_id=(access_key_id : String)
#
The identifier of an access key.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.