Struct rusoto_iam::ServiceSpecificCredentialMetadata [] [src]

pub struct ServiceSpecificCredentialMetadata {
    pub create_date: String,
    pub service_name: String,
    pub service_specific_credential_id: String,
    pub service_user_name: String,
    pub status: String,
    pub user_name: String,
}

Contains additional details about a service-specific credential.

Fields

The date and time, in ISO 8601 date-time format, when the service-specific credential were created.

The name of the service associated with the service-specific credential.

The unique identifier for the service-specific credential.

The generated user name for the service-specific credential.

The status of the service-specific credential. Active means the key is valid for API calls, while Inactive means it is not.

The name of the IAM user associated with the service-specific credential.

Trait Implementations

impl Default for ServiceSpecificCredentialMetadata
[src]

[src]

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

impl Debug for ServiceSpecificCredentialMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for ServiceSpecificCredentialMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more