Class: Aws::LexModelsV2::Types::DeleteBotVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteBotVersionResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3878 class DeleteBotVersionResponse < Struct.new( :bot_id, :bot_version, :bot_status) SENSITIVE = [] include Aws::Structure end |
#bot_status ⇒ String
The current status of the bot.
3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3878 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.
3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3878 class DeleteBotVersionResponse < Struct.new( :bot_id, :bot_version, :bot_status) SENSITIVE = [] include Aws::Structure end |