Struct rusoto_iam::CreateServiceSpecificCredentialRequest [] [src]

pub struct CreateServiceSpecificCredentialRequest {
    pub service_name: String,
    pub user_name: String,
}

Fields

The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.

The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.

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 CreateServiceSpecificCredentialRequest
[src]

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

impl Debug for CreateServiceSpecificCredentialRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateServiceSpecificCredentialRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more