Class: Aws::LexModelsV2::Types::DescribeBotReplicaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotReplicaRequest
- 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 ID of the replicated bot being monitored.
-
#replica_region ⇒ String
The request for the region of the replicated bot being monitored.
Instance Attribute Details
#bot_id ⇒ String
The request for the unique bot ID of the replicated bot being monitored.
5937 5938 5939 5940 5941 5942 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5937 class DescribeBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The request for the region of the replicated bot being monitored.
5937 5938 5939 5940 5941 5942 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5937 class DescribeBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end |