Class: Aws::LexModelsV2::Types::BuiltInSlotTypeSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BuiltInSlotTypeSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies attributes for sorting a list of built-in slot types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The attribute to use to sort the list of built-in intents.
-
#order ⇒ String
The order to sort the list.
Instance Attribute Details
#attribute ⇒ String
The attribute to use to sort the list of built-in intents.
2908 2909 2910 2911 2912 2913 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2908 class BuiltInSlotTypeSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order to sort the list. You can choose ascending or descending.
2908 2909 2910 2911 2912 2913 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2908 class BuiltInSlotTypeSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |