Class: Aws::LexModelsV2::Types::SlotSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies attributes for sorting a list of bots.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The attribute to use to sort the list.
-
#order ⇒ String
The order to sort the list.
Instance Attribute Details
#attribute ⇒ String
The attribute to use to sort the list.
12483 12484 12485 12486 12487 12488 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12483 class SlotSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order to sort the list. You can choose ascending or descending.
12483 12484 12485 12486 12487 12488 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12483 class SlotSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |