Class: Aws::LexModelsV2::Types::DeleteBotAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteBotAliasResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ String
The unique identifier of the bot alias to delete.
-
#bot_alias_status ⇒ String
The current status of the alias.
-
#bot_id ⇒ String
The unique identifier of the bot that contains the alias to delete.
Instance Attribute Details
#bot_alias_id ⇒ String
The unique identifier of the bot alias to delete.
4706 4707 4708 4709 4710 4711 4712 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4706 class DeleteBotAliasResponse < Struct.new( :bot_alias_id, :bot_id, :bot_alias_status) SENSITIVE = [] include Aws::Structure end |
#bot_alias_status ⇒ String
The current status of the alias. The status is Deleting
while the
alias is in the process of being deleted. Once the alias is deleted,
it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.
4706 4707 4708 4709 4710 4711 4712 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4706 class DeleteBotAliasResponse < Struct.new( :bot_alias_id, :bot_id, :bot_alias_status) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The unique identifier of the bot that contains the alias to delete.
4706 4707 4708 4709 4710 4711 4712 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4706 class DeleteBotAliasResponse < Struct.new( :bot_alias_id, :bot_id, :bot_alias_status) SENSITIVE = [] include Aws::Structure end |