GetBucketsBucketLifecycleRule

data class GetBucketsBucketLifecycleRule(val enabled: Boolean, val expiration: GetBucketsBucketLifecycleRuleExpiration, val id: String, val prefix: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, expiration: GetBucketsBucketLifecycleRuleExpiration, id: String, prefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicate whether the rule is enabled or not.

Link copied to clipboard

A list of one element containing expiration attributes of an object. It contains the following attributes:

Link copied to clipboard
val id: String

Unique ID of the rule.

Link copied to clipboard

Prefix applicable to a rule. Only those objects with a matching prefix can be affected by the rule.