BucketLifecycleRuleItemActionResponse

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

The action to take.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target storage class. Required iff the type of the action is SetStorageClass.

Link copied to clipboard

Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.