DeleteKeyRequest

Types

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

Properties

Link copied to clipboard

The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.

Link copied to clipboard
val key: String?

The key to delete.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Key Value Store.

Functions

Link copied to clipboard
inline fun copy(block: DeleteKeyRequest.Builder.() -> Unit = {}): DeleteKeyRequest
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