Struct rusoto_iam::AccessKeyMetadata [] [src]

pub struct AccessKeyMetadata {
    pub access_key_id: Option<String>,
    pub create_date: Option<String>,
    pub status: Option<String>,
    pub user_name: Option<String>,
}

Contains information about an AWS access key, without its secret key.

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

Fields

The ID for this access key.

The date when the access key was created.

The status of the access key. Active means the key is valid for API calls; Inactive means it is not.

The name of the IAM user that the key is associated with.

Trait Implementations

impl Default for AccessKeyMetadata
[src]

[src]

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

impl Debug for AccessKeyMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for AccessKeyMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more