BucketLifecycleRuleFilterNot

data class BucketLifecycleRuleFilterNot(val prefix: String? = null, val tag: BucketLifecycleRuleFilterNotTag? = null)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

Object key prefix identifying one or more objects to which the rule applies. Default value is null, the rule applies to all objects in a bucket.

Link copied to clipboard

The tag of the objects to which the lifecycle rule does not apply. See tag below.