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

Class: Aws::Macie2::Types::BucketCriteriaAdditionalProperties

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Returns:

  • (Array<String>)

#gtInteger

Returns:

  • (Integer)

#gteInteger

Returns:

  • (Integer)

#ltInteger

Returns:

  • (Integer)

#lteInteger

Returns:

  • (Integer)

#neqArray<String>

Returns:

  • (Array<String>)

#prefixString

Returns:

  • (String)