Struct rusoto_iam::CreateAccountAliasRequest [] [src]

pub struct CreateAccountAliasRequest {
    pub account_alias: String,
}

Fields

The account alias to create.

This parameter allows (per its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.

Trait Implementations

impl Default for CreateAccountAliasRequest
[src]

[src]

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

impl Debug for CreateAccountAliasRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateAccountAliasRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more