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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


9104
9105
9106
9107
9108
9109
9110
9111
9112
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9104

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)


9104
9105
9106
9107
9108
9109
9110
9111
9112
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9104

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)


9104
9105
9106
9107
9108
9109
9110
9111
9112
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9104

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)


9104
9105
9106
9107
9108
9109
9110
9111
9112
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9104

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.



9104
9105
9106
9107
9108
9109
9110
9111
9112
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9104

class ListBotVersionReplicasRequest < Struct.new(
  :bot_id,
  :replica_region,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end