BucketAccessMonitor

data class BucketAccessMonitor(val status: String? = null)

Constructors

Link copied to clipboard
constructor(status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

The access monitor state of a bucket. If you want to manage objects based on the last access time of the objects, specifies the status to Enabled. Valid values: Enabled and Disabled.