You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::UsageStatisticsFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UsageStatisticsFilter as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies a condition for filtering the results of a query for account quotas and usage data.

Instance Attribute Summary collapse

Instance Attribute Details

#comparatorString

The operator to use in a condition that filters the results of a query for account quotas and usage data. Valid values are:

Possible values:

  • GT
  • GTE
  • LT
  • LTE
  • EQ
  • NE
  • CONTAINS

Returns:

  • (String)

    The operator to use in a condition that filters the results of a query for account quotas and usage data.

#keyString

The field to use in a condition that filters the results of a query for account quotas and usage data. Valid values are:

Possible values:

  • accountId
  • serviceLimit
  • freeTrialStartDate
  • total

Returns:

  • (String)

    The field to use in a condition that filters the results of a query for account quotas and usage data.

#valuesArray<String>

Returns:

  • (Array<String>)