Class: Aws::Macie2::Types::CriterionAdditionalProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies the operator to use in a property-based condition that filters the results of a query for findings. For detailed information and examples of each operator, see [Fundamentals of filtering findings] in the *Amazon Macie User Guide*.

[1]: docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Returns:

  • (Array<String>)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end

#eq_exact_matchArray<String>

Returns:

  • (Array<String>)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end

#gtInteger

Returns:

  • (Integer)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end

#gteInteger

Returns:

  • (Integer)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end

#ltInteger

Returns:

  • (Integer)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end

#lteInteger

Returns:

  • (Integer)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end

#neqArray<String>

Returns:

  • (Array<String>)


1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'lib/aws-sdk-macie2/types.rb', line 1646

class CriterionAdditionalProperties < Struct.new(
  :eq,
  :eq_exact_match,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq)
  SENSITIVE = []
  include Aws::Structure
end