Class: Aws::LexModelsV2::Types::TestExecutionSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestExecutionSortBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the method by which to sort the instances of test executions you have carried out.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
-
#order ⇒ String
Specifies whether to sort in ascending or descending order.
Instance Attribute Details
#attribute ⇒ String
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
13589 13590 13591 13592 13593 13594 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13589 class TestExecutionSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
Specifies whether to sort in ascending or descending order.
13589 13590 13591 13592 13593 13594 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13589 class TestExecutionSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |