class Aws::S3::Types::IntelligentTieringAndOperator

A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

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

data as a hash:

    {
      prefix: "Prefix",
      tags: [
        {
          key: "ObjectKey", # required
          value: "Value", # required
        },
      ],
    }

@!attribute [rw] prefix

An object key name prefix that identifies the subset of objects to
which the configuration applies.
@return [String]

@!attribute [rw] tags

All of these tags must exist in the object's tag set in order for
the configuration to apply.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/IntelligentTieringAndOperator AWS API Documentation

Constants

SENSITIVE