Class: Aws::LexModelsV2::Types::BotVersionReplicaSortBy

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

Overview

The sort category for the version replicated bots.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute of the sort category for the version replicated bots.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2585

class BotVersionReplicaSortBy < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

The order of the sort category for the version replicated bots.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2585

class BotVersionReplicaSortBy < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end