class Aws::Macie2::Types::UsageStatisticsFilter

Specifies a condition for filtering the results of a query for quota and usage data for one or more Amazon Macie accounts.

@note When making an API call, you may pass UsageStatisticsFilter

data as a hash:

    {
      comparator: "GT", # accepts GT, GTE, LT, LTE, EQ, NE, CONTAINS
      key: "accountId", # accepts accountId, serviceLimit, freeTrialStartDate, total
      values: ["__string"],
    }

@!attribute [rw] comparator

The operator to use in a condition that filters the results of a
query for Amazon Macie account quotas and usage data. Valid values
are:
@return [String]

@!attribute [rw] key

The field to use in a condition that filters the results of a query
for Amazon Macie account quotas and usage data. Valid values are:
@return [String]

@!attribute [rw] values

@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageStatisticsFilter AWS API Documentation

Constants

SENSITIVE