class Aws::S3::Types::LifecycleRuleAndOperator
This is used in a Lifecycle Rule
Filter to apply a logical AND to two or more predicates. The Lifecycle Rule
will apply to any object matching all of the predicates configured inside the And operator.
@note When making an API call, you may pass LifecycleRuleAndOperator
data as a hash: { prefix: "Prefix", tags: [ { key: "ObjectKey", # required value: "Value", # 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::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/LifecycleRuleAndOperator AWS API Documentation
Constants
- SENSITIVE