GetBucketsBucketLifecycleRuleExpiration

data class GetBucketsBucketLifecycleRuleExpiration(val date: String, val days: Int)

Constructors

Link copied to clipboard
constructor(date: String, days: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date after which the rule to take effect. The format is like 2017-03-09.

Link copied to clipboard
val days: Int

Indicate the number of days after the last object update until the rules take effect.