Class: Aws::Inspector2::Types::SortCriteria

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

Overview

Details about the criteria used to sort finding results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

The finding detail field by which results are sorted.

Returns:

  • (String)


6405
6406
6407
6408
6409
6410
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6405

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

#sort_orderString

The order by which findings are sorted.

Returns:

  • (String)


6405
6406
6407
6408
6409
6410
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6405

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