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
show all
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

Instance Attribute Details

#keyString

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

Returns:

  • (String)

    The field to use to sort the results of a query for account quotas and usage data.

#order_byString

Possible values:

  • ASC
  • DESC

Returns:

  • (String)