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.
9177 9178 9179 9180 9181 9182 9183 9184 9185 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9177 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.
9177 9178 9179 9180 9181 9182 9183 9184 9185 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9177 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.
9177 9178 9179 9180 9181 9182 9183 9184 9185 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9177 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.
9177 9178 9179 9180 9181 9182 9183 9184 9185 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9177 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.
9177 9178 9179 9180 9181 9182 9183 9184 9185 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9177 class ListBotVersionReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |