GetBucketLifecycleRuleAction

data class GetBucketLifecycleRuleAction(val storageClass: String, val type: String)

Constructors

Link copied to clipboard
constructor(storageClass: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The target Storage Class of objects affected by this Lifecycle Rule. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.

Link copied to clipboard

The type of the action of this Lifecycle Rule. Supported values include: Delete, SetStorageClass and AbortIncompleteMultipartUpload.