Class: Aws::SecurityHub::Types::SortCriterion
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::SortCriterion
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A collection of finding attributes used to sort findings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field ⇒ String
The finding attribute used to sort findings.
-
#sort_order ⇒ String
The order used to sort findings.
Instance Attribute Details
#field ⇒ String
The finding attribute used to sort findings.
29818 29819 29820 29821 29822 29823 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29818 class SortCriterion < Struct.new( :field, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order used to sort findings.
29818 29819 29820 29821 29822 29823 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29818 class SortCriterion < Struct.new( :field, :sort_order) SENSITIVE = [] include Aws::Structure end |