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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Returns:

  • (Array<String>)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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>)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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

#gtInteger

Returns:

  • (Integer)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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

#gteInteger

Returns:

  • (Integer)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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

#ltInteger

Returns:

  • (Integer)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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

#lteInteger

Returns:

  • (Integer)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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

#neqArray<String>

Returns:

  • (Array<String>)


1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1551

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