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)


13516
13517
13518
13519
13520
13521
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13516

class TestExecutionSortBy < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

Specifies whether to sort in ascending or descending order.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13516

class TestExecutionSortBy < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end