Class: Aws::LexModelsV2::Types::BotVersionReplicaSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotVersionReplicaSortBy
- 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
-
#attribute ⇒ String
The attribute of the sort category for the version replicated bots.
-
#order ⇒ String
The order of the sort category for the version replicated bots.
Instance Attribute Details
#attribute ⇒ String
The attribute of the sort category for the version replicated bots.
2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2658 class BotVersionReplicaSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order of the sort category for the version replicated bots.
2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2658 class BotVersionReplicaSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |