You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::UsageStatisticsSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UsageStatisticsSortBy
- Defined in:
- (unknown)
Overview
Note:
When passing UsageStatisticsSortBy as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
order_by: "ASC", # accepts ASC, DESC
}
Specifies criteria for sorting the results of a query for account quotas and usage data.
Returned by:
Instance Attribute Summary collapse
-
#key ⇒ String
The field to use to sort the results of a query for account quotas and usage data.
-
#order_by ⇒ String
Possible values:
- ASC
- DESC
.
Instance Attribute Details
#key ⇒ String
The field to use to sort the results of a query for account quotas and usage data. Valid values are:
Possible values:
- accountId
- total
- serviceLimitValue
- freeTrialStartDate
#order_by ⇒ String
Possible values:
- ASC
- DESC