Class: Aws::GuardDuty::Types::InvestigationSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::InvestigationSortCriteria
- 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
-
#attribute_name ⇒ String
The attribute by which to sort investigations.
-
#order_by ⇒ String
The order in which the sorted results are to be displayed.
Instance Attribute Details
#attribute_name ⇒ String
The attribute by which to sort investigations.
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.
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 |