Class: Aws::Inspector2::Types::SortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::SortCriteria
- 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
-
#field ⇒ String
The finding detail field by which results are sorted.
-
#sort_order ⇒ String
The order by which findings are sorted.
Instance Attribute Details
#field ⇒ String
The finding detail field by which results are sorted.
6505 6506 6507 6508 6509 6510 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6505 class SortCriteria < Struct.new( :field, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order by which findings are sorted.
6505 6506 6507 6508 6509 6510 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6505 class SortCriteria < Struct.new( :field, :sort_order) SENSITIVE = [] include Aws::Structure end |