Class: Aws::Macie2::Types::UsageStatisticsSortBy

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 for Amazon Macie account quotas and usage data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The field to use to sort the results of a query for Amazon Macie account quotas and usage data. Valid values are:

Returns:

  • (String)


6896
6897
6898
6899
6900
6901
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6896

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

#order_byString

Returns:

  • (String)


6896
6897
6898
6899
6900
6901
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6896

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