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
Note:
When making an API call, you may pass UsageStatisticsSortBy data as a hash:
{
key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
order_by: "ASC", # accepts ASC, DESC
}
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:
5449 5450 5451 5452 5453 5454 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5449 class UsageStatisticsSortBy < Struct.new( :key, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
5449 5450 5451 5452 5453 5454 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5449 class UsageStatisticsSortBy < Struct.new( :key, :order_by) SENSITIVE = [] include Aws::Structure end |