Class: Aws::GuardDuty::Types::SortCriteria

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

Overview

Contains information about the criteria used for sorting findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

Represents the finding attribute, such as accountId, that sorts the findings.

Returns:

  • (String)


7219
7220
7221
7222
7223
7224
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7219

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

#order_byString

The order by which the sorted findings are to be displayed.

Returns:

  • (String)


7219
7220
7221
7222
7223
7224
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7219

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