Class: Aws::LexModelsV2::Types::ListBotReplicasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotReplicasResponse
- Includes:
- Structure
- Defined in:
- 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.
9068 9069 9070 9071 9072 9073 9074 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9068 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.
9068 9069 9070 9071 9072 9073 9074 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9068 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.
9068 9069 9070 9071 9072 9073 9074 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9068 class ListBotReplicasResponse < Struct.new( :bot_id, :source_region, :bot_replica_summaries) SENSITIVE = [] include Aws::Structure end |