class Aws::Macie2::Types::SearchResourcesSimpleCriterion

Specifies a property-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.

@note When making an API call, you may pass SearchResourcesSimpleCriterion

data as a hash:

    {
      comparator: "EQ", # accepts EQ, NE
      key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
      values: ["__string"],
    }

@!attribute [rw] comparator

The operator to use in a condition that filters the results of a
query. Valid values are:
@return [String]

@!attribute [rw] key

The property to use in a condition that filters the query results.
Valid values are:
@return [String]

@!attribute [rw] values

@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesSimpleCriterion AWS API Documentation

Constants

SENSITIVE