Class: Aws::Macie2::Types::UsageStatisticsSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UsageStatisticsSortBy
- 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
-
#key ⇒ String
The field to use to sort the results of a query for Amazon Macie account quotas and usage data.
-
#order_by ⇒ String
Instance Attribute Details
#key ⇒ String
The field to use to sort the results of a query for Amazon Macie account quotas and usage data. Valid values are:
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_by ⇒ 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 |