class Aws::S3::Types::AnalyticsAndOperator

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

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

data as a hash:

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

@!attribute [rw] prefix

The prefix to use when evaluating an AND predicate: The prefix that
an object must have to be included in the metrics results.
@return [String]

@!attribute [rw] tags

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

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

Constants

SENSITIVE