Class: Aws::LexModelsV2::Types::DeleteBotVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteBotVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot that is being deleted.
-
#bot_status ⇒ String
The current status of the bot.
-
#bot_version ⇒ String
The version of the bot that is being deleted.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot that is being deleted.
5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5212 class DeleteBotVersionResponse < Struct.new( :bot_id, :bot_version, :bot_status) SENSITIVE = [] include Aws::Structure end |
#bot_status ⇒ String
The current status of the bot.
5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5212 class DeleteBotVersionResponse < Struct.new( :bot_id, :bot_version, :bot_status) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot that is being deleted.
5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5212 class DeleteBotVersionResponse < Struct.new( :bot_id, :bot_version, :bot_status) SENSITIVE = [] include Aws::Structure end |