class Aws::S3::Types::ReplicationRuleAndOperator

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.

For example:

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

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 rule applies.
@return [String]

@!attribute [rw] tags

An array of tags containing key and value pairs.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE