Class: Aws::Detective::Types::SortCriteria

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Details about the criteria used for sorting investigations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

Represents the Field attribute to sort investigations.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1590

class SortCriteria < Struct.new(
  :field,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order by which the sorted findings are displayed.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1590

class SortCriteria < Struct.new(
  :field,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end