class Aws::LexModelBuildingService::Types::DeleteBotAliasRequest

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

data as a hash:

    {
      name: "AliasName", # required
      bot_name: "BotName", # required
    }

@!attribute [rw] name

The name of the alias to delete. The name is case sensitive.
@return [String]

@!attribute [rw] bot_name

The name of the bot that the alias points to.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/DeleteBotAliasRequest AWS API Documentation

Constants

SENSITIVE