class Aws::Macie2::Types::BucketCriteriaAdditionalProperties

Specifies the operator to use in a property-based condition that filters the results of a query for information about S3 buckets.

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

data as a hash:

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

@!attribute [rw] eq

@return [Array<String>]

@!attribute [rw] gt

@return [Integer]

@!attribute [rw] gte

@return [Integer]

@!attribute [rw] lt

@return [Integer]

@!attribute [rw] lte

@return [Integer]

@!attribute [rw] neq

@return [Array<String>]

@!attribute [rw] prefix

@return [String]

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

Constants

SENSITIVE