Class: Aws::LexModelBuildingService::Types::DeleteBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the bot.
Instance Attribute Details
#name ⇒ String
The name of the bot. The name is case sensitive.
775 776 777 778 779 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 775 class DeleteBotRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |