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.
7920 7921 7922 7923 7924 7925 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7920 class GenerationSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order by which to sort the generation request information.
7920 7921 7922 7923 7924 7925 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7920 class GenerationSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |