KeyValuePair

Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String?

One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a category for more specific tag values.

Link copied to clipboard

One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A tag value can be an empty string.

Functions

Link copied to clipboard
inline fun copy(block: KeyValuePair.Builder.() -> Unit = {}): KeyValuePair
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String