Struct rusoto_iam::AccessKeyLastUsed [] [src]

pub struct AccessKeyLastUsed {
    pub last_used_date: DateType,
    pub region: StringType,
    pub service_name: StringType,
}

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

This data type is used as a response element in the GetAccessKeyLastUsed action.

Fields

The date and time, in ISO 8601 date-time format, when the access key was most recently used. This field is null when:

  • The user does not have an access key.

  • An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015.

  • There is no sign-in data associated with the user

The AWS region where this access key was most recently used. This field is null when:

  • The user does not have an access key.

  • An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015.

  • There is no sign-in data associated with the user

For more information about AWS regions, see Regions and Endpoints in the Amazon Web Services General Reference.

The name of the AWS service with which this access key was most recently used. This field is null when:

  • The user does not have an access key.

  • An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015.

  • There is no sign-in data associated with the user

Trait Implementations

impl Default for AccessKeyLastUsed
[src]

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

impl Debug for AccessKeyLastUsed
[src]

Formats the value using the given formatter.

impl Clone for AccessKeyLastUsed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more