Class: Aws::LexModelsV2::Types::ListBotReplicasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotReplicasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The request for the unique bot IDs in the list of replicated bots.
Instance Attribute Details
#bot_id ⇒ String
The request for the unique bot IDs in the list of replicated bots.
9048 9049 9050 9051 9052 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9048 class ListBotReplicasRequest < Struct.new( :bot_id) SENSITIVE = [] include Aws::Structure end |