Class: Aws::LexModelsV2::Types::ListBotVersionReplicasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotVersionReplicasRequest
- 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 ID in the list of replicated bots.
-
#max_results ⇒ Integer
The maximum results given in the list of replicated bots.
-
#next_token ⇒ String
The next token given in the list of replicated bots.
-
#replica_region ⇒ String
The request for the region used in the list of replicated bots.
-
#sort_by ⇒ Types::BotVersionReplicaSortBy
The requested sort category for the list of replicated bots.
Instance Attribute Details
#bot_id ⇒ String
The request for the unique ID in the list of replicated bots.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9386 class ListBotVersionReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum results given in the list of replicated bots.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9386 class ListBotVersionReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token given in the list of replicated bots.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9386 class ListBotVersionReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The request for the region used in the list of replicated bots.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9386 class ListBotVersionReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ Types::BotVersionReplicaSortBy
The requested sort category for the list of replicated bots.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9386 class ListBotVersionReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |