Class: Aws::LexModelsV2::Types::ImportSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ImportSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides information for sorting a list of imports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The export field to use for sorting.
-
#order ⇒ String
The order to sort the list.
Instance Attribute Details
#attribute ⇒ String
The export field to use for sorting.
7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7994 class ImportSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order to sort the list.
7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7994 class ImportSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |