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]

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

impl Debug for CreateAccountAliasRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateAccountAliasRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateAccountAliasRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations