Class: Aws::Macie2::Types::UsageStatisticsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UsageStatisticsFilter
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
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"],
}
Specifies a condition for filtering the results of a query for the quotas and usage data that applies to one or more Amazon Macie accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The operator to use in a condition that filters the results of a query for Amazon Macie account quotas and usage data.
-
#key ⇒ String
The field to use in a condition that filters the results of a query for Amazon Macie account quotas and usage data.
-
#values ⇒ Array<String>
Instance Attribute Details
#comparator ⇒ String
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:
5420 5421 5422 5423 5424 5425 5426 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5420 class UsageStatisticsFilter < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
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:
5420 5421 5422 5423 5424 5425 5426 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5420 class UsageStatisticsFilter < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
5420 5421 5422 5423 5424 5425 5426 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5420 class UsageStatisticsFilter < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |