Class: Aws::LexModelsV2::Types::TestSetSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestSetSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the methods by which to sort the test set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
Specifies whether to sort the test sets by name or by the time they were last updated.
-
#order ⇒ String
Specifies whether to sort in ascending or descending order.
Instance Attribute Details
#attribute ⇒ String
Specifies whether to sort the test sets by name or by the time they were last updated.
13892 13893 13894 13895 13896 13897 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13892 class TestSetSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
Specifies whether to sort in ascending or descending order.
13892 13893 13894 13895 13896 13897 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13892 class TestSetSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |