class Amazonite::Iam::GetAccessKeyLastUsedResponse

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(user_name : String | Nil = nil, access_key_last_used : AccessKeyLastUsed | Nil = nil) #

[View source]

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.


[View source]
def access_key_last_used=(access_key_last_used : AccessKeyLastUsed | Nil) #

Contains information about the last time the access key was used.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def user_name : String | Nil #

The name of the IAM user that owns this access key.


[View source]
def user_name=(user_name : String | Nil) #

The name of the IAM user that owns this access key.


[View source]
def validate! : Nil #

[View source]