class Aws::S3::Types::MetricsAndOperator

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

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

data as a hash:

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

@!attribute [rw] prefix

The prefix used when evaluating an AND predicate.
@return [String]

@!attribute [rw] tags

The list of tags used when evaluating an AND predicate.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE