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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#comparatorString

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:

Returns:

  • (String)


7030
7031
7032
7033
7034
7035
7036
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7030

class UsageStatisticsFilter < Struct.new(
  :comparator,
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

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:

Returns:

  • (String)


7030
7031
7032
7033
7034
7035
7036
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7030

class UsageStatisticsFilter < Struct.new(
  :comparator,
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

Returns:

  • (Array<String>)


7030
7031
7032
7033
7034
7035
7036
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7030

class UsageStatisticsFilter < Struct.new(
  :comparator,
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end