You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CriterionAdditionalProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  eq: ["__string"],
  eq_exact_match: ["__string"],
  gt: 1,
  gte: 1,
  lt: 1,
  lte: 1,
  neq: ["__string"],
}

Specifies the operator to use in a property-based condition that filters the results of a query for findings.

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Returns:

  • (Array<String>)

#eq_exact_matchArray<String>

Returns:

  • (Array<String>)

#gtInteger

Returns:

  • (Integer)

#gteInteger

Returns:

  • (Integer)

#ltInteger

Returns:

  • (Integer)

#lteInteger

Returns:

  • (Integer)

#neqArray<String>

Returns:

  • (Array<String>)