Class: Aws::LexModelsV2::Types::ListBotVersionReplicasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotVersionReplicasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique ID of the bots in the list of replicated bots.
-
#bot_version_replica_summaries ⇒ Array<Types::BotVersionReplicaSummary>
The information summary used for the replicated bots in the list of replicated bots.
-
#next_token ⇒ String
The next token used for the replicated bots in the list of replicated bots.
-
#replica_region ⇒ String
The region used for the replicated bots in the list of replicated bots.
-
#source_region ⇒ String
The source region used for the bots in the list of replicated bots.
Instance Attribute Details
#bot_id ⇒ String
The unique ID of the bots in the list of replicated bots.
9212 9213 9214 9215 9216 9217 9218 9219 9220 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212 class ListBotVersionReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_version_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_version_replica_summaries ⇒ Array<Types::BotVersionReplicaSummary>
The information summary used for the replicated bots in the list of replicated bots.
9212 9213 9214 9215 9216 9217 9218 9219 9220 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212 class ListBotVersionReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_version_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token used for the replicated bots in the list of replicated bots.
9212 9213 9214 9215 9216 9217 9218 9219 9220 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212 class ListBotVersionReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_version_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The region used for the replicated bots in the list of replicated bots.
9212 9213 9214 9215 9216 9217 9218 9219 9220 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212 class ListBotVersionReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_version_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region used for the bots in the list of replicated bots.
9212 9213 9214 9215 9216 9217 9218 9219 9220 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212 class ListBotVersionReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_version_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |