Struct rusoto_iam::ServiceSpecificCredentialMetadata [] [src]

pub struct ServiceSpecificCredentialMetadata {
    pub create_date: DateType,
    pub service_name: ServiceName,
    pub service_specific_credential_id: ServiceSpecificCredentialId,
    pub service_user_name: ServiceUserName,
    pub status: StatusType,
    pub user_name: UserNameType,
}

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]

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

impl Debug for ServiceSpecificCredentialMetadata
[src]

Formats the value using the given formatter.

impl Clone for ServiceSpecificCredentialMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more