Struct rusoto_iam::ListServiceSpecificCredentialsRequest [] [src]

pub struct ListServiceSpecificCredentialsRequest {
    pub service_name: Option<String>,
    pub user_name: Option<String>,
}

Fields

Filters the returned results to only those for the specified AWS service. If not specified, then AWS returns service-specific credentials for all services.

The name of the user whose service-specific credentials you want information about. 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 ListServiceSpecificCredentialsRequest
[src]

[src]

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

impl Debug for ListServiceSpecificCredentialsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListServiceSpecificCredentialsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more