class Aws::S3Control::Types::LifecycleRuleAndOperator

The container for the Outposts bucket lifecycle rule and operator.

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

data as a hash:

    {
      prefix: "Prefix",
      tags: [
        {
          key: "TagKeyString", # required
          value: "TagValueString", # required
        },
      ],
    }

@!attribute [rw] prefix

Prefix identifying one or more objects to which the rule applies.
@return [String]

@!attribute [rw] tags

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

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/LifecycleRuleAndOperator AWS API Documentation

Constants

SENSITIVE