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)


6875
6876
6877
6878
6879
6880
6881
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6875

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)


6875
6876
6877
6878
6879
6880
6881
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6875

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

#valuesArray<String>

Returns:

  • (Array<String>)


6875
6876
6877
6878
6879
6880
6881
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6875

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