BucketAutoclassResponse

data class BucketAutoclassResponse(val enabled: Boolean, val toggleTime: String)

The bucket's Autoclass configuration.

Constructors

Link copied to clipboard
fun BucketAutoclassResponse(enabled: Boolean, toggleTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not Autoclass is enabled on this bucket

Link copied to clipboard

A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.