Struct rusoto_iam::ResetServiceSpecificCredentialRequest [] [src]

pub struct ResetServiceSpecificCredentialRequest {
    pub service_specific_credential_id: ServiceSpecificCredentialId,
    pub user_name: Option<UserNameType>,
}

Fields

The unique identifier of the service-specific credential.

This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

Trait Implementations

impl Default for ResetServiceSpecificCredentialRequest
[src]

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

impl Debug for ResetServiceSpecificCredentialRequest
[src]

Formats the value using the given formatter.

impl Clone for ResetServiceSpecificCredentialRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more