class Aws::LexModelsV2::Types::DeleteBotAliasRequest

@note When making an API call, you may pass DeleteBotAliasRequest

data as a hash:

    {
      bot_alias_id: "BotAliasId", # required
      bot_id: "Id", # required
      skip_resource_in_use_check: false,
    }

@!attribute [rw] bot_alias_id

The unique identifier of the bot alias to delete.
@return [String]

@!attribute [rw] bot_id

The unique identifier of the bot associated with the alias to
delete.
@return [String]

@!attribute [rw] skip_resource_in_use_check

When this parameter is true, Amazon Lex doesn't check to see if any
other resource is using the alias before it is deleted.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DeleteBotAliasRequest AWS API Documentation

Constants

SENSITIVE