Class: Aws::LexModelsV2::Types::GenerationSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::GenerationSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies the attribute and method by which to sort the generation request information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The attribute by which to sort the generation request information.
-
#order ⇒ String
The order by which to sort the generation request information.
Instance Attribute Details
#attribute ⇒ String
The attribute by which to sort the generation request information. You can sort by the following attributes.
creationStartTime
– The time at which the generation request was created.lastUpdatedTime
– The time at which the generation request was last updated.
7752 7753 7754 7755 7756 7757 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7752 class GenerationSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order by which to sort the generation request information.
7752 7753 7754 7755 7756 7757 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7752 class GenerationSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |