Get Bucket Lifecycle Rule Condition
data class GetBucketLifecycleRuleCondition(val age: Int, val createdBefore: String, val customTimeBefore: String, val daysSinceCustomTime: Int, val daysSinceNoncurrentTime: Int, val matchesPrefixes: List<String>, val matchesStorageClasses: List<String>, val matchesSuffixes: List<String>, val noncurrentTimeBefore: String, val numNewerVersions: Int, val withState: String)
Constructors
Link copied to clipboard
fun GetBucketLifecycleRuleCondition(age: Int, createdBefore: String, customTimeBefore: String, daysSinceCustomTime: Int, daysSinceNoncurrentTime: Int, matchesPrefixes: List<String>, matchesStorageClasses: List<String>, matchesSuffixes: List<String>, noncurrentTimeBefore: String, numNewerVersions: Int, withState: String)