Struct aws_sdk_lexmodelsv2::input::DeleteBotAliasInput  
source · [−]#[non_exhaustive]pub struct DeleteBotAliasInput {
    pub bot_alias_id: Option<String>,
    pub bot_id: Option<String>,
    pub skip_resource_in_use_check: bool,
}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.bot_alias_id: Option<String>The unique identifier of the bot alias to delete.
bot_id: Option<String>The unique identifier of the bot associated with the alias to delete.
skip_resource_in_use_check: boolWhen this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias before it is deleted.
Implementations
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<DeleteBotAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<DeleteBotAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteBotAlias>
Creates a new builder-style object to manufacture DeleteBotAliasInput
The unique identifier of the bot alias to delete.
The unique identifier of the bot associated with the alias to delete.
When this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias before it is deleted.
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 DeleteBotAliasInput
impl Send for DeleteBotAliasInput
impl Sync for DeleteBotAliasInput
impl Unpin for DeleteBotAliasInput
impl UnwindSafe for DeleteBotAliasInput
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