Struct aws_sdk_iam::input::CreateAccountAliasInput [−][src]
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.account_alias: Option<String>
The account alias to create.
This parameter allows (through 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAccountAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAccountAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateAccountAlias
>
Creates a new builder-style object to manufacture CreateAccountAliasInput
The account alias to create.
This parameter allows (through 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateAccountAliasInput
impl Send for CreateAccountAliasInput
impl Sync for CreateAccountAliasInput
impl Unpin for CreateAccountAliasInput
impl UnwindSafe for CreateAccountAliasInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more