Class: Aws::LexModelsV2::Types::TestExecutionSortBy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributeString

Specifies whether to sort the test set executions by the date and time at which the test sets were created.

Returns:

  • (String)


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

#orderString

Specifies whether to sort in ascending or descending order.

Returns:

  • (String)


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