Class: Aws::LexModelsV2::Types::BuiltInIntentSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BuiltInIntentSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies attributes for sorting a list of built-in intents.
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.
2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2864 class BuiltInIntentSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order to sort the list. You can specify ascending or descending order.
2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2864 class BuiltInIntentSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |