Class: Aws::LexModelsV2::Types::DescribeBotReplicaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotReplicaRequest
- 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 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.
6072 6073 6074 6075 6076 6077 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6072 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.
6072 6073 6074 6075 6076 6077 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6072 class DescribeBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end |