EncryptResponse

Types

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

Properties

Link copied to clipboard

The encrypted plaintext. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.

Link copied to clipboard

The encryption algorithm that was used to encrypt the plaintext.

Link copied to clipboard

The Amazon Resource Name (key ARN) of the KMS key that was used to encrypt the plaintext.

Functions

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