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
Specifies a condition for filtering the results of a query for quota and usage data for 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:
7020 7021 7022 7023 7024 7025 7026 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7020 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:
7020 7021 7022 7023 7024 7025 7026 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7020 class UsageStatisticsFilter < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
7020 7021 7022 7023 7024 7025 7026 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7020 class UsageStatisticsFilter < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |