Class: Aws::LexModelsV2::Types::DescribeBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotRequest
- 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 unique identifier of the bot to describe.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot to describe.
5572 5573 5574 5575 5576 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5572 class DescribeBotRequest < Struct.new( :bot_id) SENSITIVE = [] include Aws::Structure end |