Struct rusoto_iam::GetAccessKeyLastUsedResponse [] [src]

pub struct GetAccessKeyLastUsedResponse {
    pub access_key_last_used: Option<AccessKeyLastUsed>,
    pub user_name: Option<String>,
}

Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.

Fields

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

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

Trait Implementations

impl Default for GetAccessKeyLastUsedResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GetAccessKeyLastUsedResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetAccessKeyLastUsedResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more