Class: Aws::Macie2::Types::FindingStatisticsSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::FindingStatisticsSortCriteria
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies criteria for sorting the results of a query that retrieves aggregated statistical data about findings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The grouping to sort the results by.
-
#order_by ⇒ String
Instance Attribute Details
#attribute_name ⇒ String
The grouping to sort the results by. Valid values are:
2520 2521 2522 2523 2524 2525 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2520 class FindingStatisticsSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
2520 2521 2522 2523 2524 2525 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2520 class FindingStatisticsSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |