Class: Aws::Macie2::Types::FindingStatisticsSortCriteria

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_nameString

The grouping to sort the results by. Valid values are:

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2425

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

#order_byString

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2425

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