class
Amazonite::Iam::GetAccessKeyLastUsedResponse
- Amazonite::Iam::GetAccessKeyLastUsedResponse
- Reference
- Object
Overview
Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.
Defined in:
iam/get_access_key_last_used_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String | Nil = nil, access_key_last_used : AccessKeyLastUsed | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_key_last_used : AccessKeyLastUsed | Nil
Contains information about the last time the access key was used.
-
#access_key_last_used=(access_key_last_used : AccessKeyLastUsed | Nil)
Contains information about the last time the access key was used.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String | Nil
The name of the IAM user that owns this access key.
-
#user_name=(user_name : String | Nil)
The name of the IAM user that owns this access key.
- #validate! : Nil
Constructor Detail
def self.new(user_name : String | Nil = nil, access_key_last_used : AccessKeyLastUsed | Nil = nil)
#
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_last_used : AccessKeyLastUsed | Nil
#
Contains information about the last time the access key was used.
def access_key_last_used=(access_key_last_used : AccessKeyLastUsed | Nil)
#
Contains information about the last time the access key was used.