class Aws::S3::Types::IntelligentTieringFilter
The `Filter` is used to identify objects that the S3
Intelligent-Tiering configuration applies to.
@note When making an API call, you may pass IntelligentTieringFilter
data as a hash: { prefix: "Prefix", tag: { key: "ObjectKey", # required value: "Value", # required }, and: { 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. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [ XML related object key constraints][1]. [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints @return [String]
@!attribute [rw] tag
A container of a key value name pair. @return [Types::Tag]
@!attribute [rw] and
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. @return [Types::IntelligentTieringAndOperator]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/IntelligentTieringFilter AWS API Documentation
Constants
- SENSITIVE