Class: Aws::LexModelBuildingService::Types::DeleteBotVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteBotVersionRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the bot.
-
#version ⇒ String
The version of the bot to delete.
Instance Attribute Details
#name ⇒ String
The name of the bot.
793 794 795 796 797 798 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 793 class DeleteBotVersionRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the bot to delete. You cannot delete the $LATEST
version of the bot. To delete the $LATEST
version, use the
DeleteBot operation.
793 794 795 796 797 798 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 793 class DeleteBotVersionRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |