Class: Aws::LexModelsV2::Types::ListBotVersionReplicasRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The request for the unique ID in the list of replicated bots.

Returns:

  • (String)


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_resultsInteger

The maximum results given in the list of replicated bots.

Returns:

  • (Integer)


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_tokenString

The next token given in the list of replicated bots.

Returns:

  • (String)


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_regionString

The request for the region used in the list of replicated bots.

Returns:

  • (String)


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_byTypes::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