Class: Aws::LexModelsV2::Types::ListBotReplicasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotReplicasResponse
- 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 bot IDs in the list of replicated bots.
-
#bot_replica_summaries ⇒ Array<Types::BotReplicaSummary>
The summary details for the replicated bots.
-
#source_region ⇒ String
The source region of the source bots in the list of replicated bots.
Instance Attribute Details
#bot_id ⇒ String
the unique bot IDs in the list of replicated bots.
9610 9611 9612 9613 9614 9615 9616 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9610 class ListBotReplicasResponse < Struct.new( :bot_id, :source_region, :bot_replica_summaries) SENSITIVE = [] include Aws::Structure end |
#bot_replica_summaries ⇒ Array<Types::BotReplicaSummary>
The summary details for the replicated bots.
9610 9611 9612 9613 9614 9615 9616 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9610 class ListBotReplicasResponse < Struct.new( :bot_id, :source_region, :bot_replica_summaries) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region of the source bots in the list of replicated bots.
9610 9611 9612 9613 9614 9615 9616 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9610 class ListBotReplicasResponse < Struct.new( :bot_id, :source_region, :bot_replica_summaries) SENSITIVE = [] include Aws::Structure end |