Struct aws_sdk_iam::input::DeleteAccountAliasInput [−][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 name of the account alias to delete.
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<DeleteAccountAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAccountAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteAccountAlias
>
Creates a new builder-style object to manufacture DeleteAccountAliasInput
The name of the account alias to delete.
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 DeleteAccountAliasInput
impl Send for DeleteAccountAliasInput
impl Sync for DeleteAccountAliasInput
impl Unpin for DeleteAccountAliasInput
impl UnwindSafe for DeleteAccountAliasInput
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