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