BucketLifecycleRuleFilterNot

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

Constructors

Link copied to clipboard
constructor(prefix: String? = null, tag: BucketLifecycleRuleFilterNotTag? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

The prefix in the names of the objects to which the lifecycle rule does not apply.

Link copied to clipboard

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