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)


7041
7042
7043
7044
7045
7046
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7041

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

#order_byString

Returns:

  • (String)


7041
7042
7043
7044
7045
7046
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7041

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