Class: Aws::GuardDuty::Types::InvestigationSortCriteria

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 investigations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name ⇒ String

The attribute by which to sort investigations.

Returns:

  • (String)


7689
7690
7691
7692
7693
7694
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7689

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

#order_by ⇒ String

The order in which the sorted results are to be displayed.

Returns:

  • (String)


7689
7690
7691
7692
7693
7694
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7689

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