GetSecretValueResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the secret.

Link copied to clipboard

The date and time that this version of the secret was created. If you don't specify which version in VersionId or VersionStage, then Secrets Manager uses the AWSCURRENT version.

Link copied to clipboard
val name: String?

The friendly name of the secret.

Link copied to clipboard

The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array. When you retrieve a SecretBinary using the HTTP API, the Python SDK, or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not encoded.

Link copied to clipboard

The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.

Link copied to clipboard

The unique identifier of this version of the secret.

Link copied to clipboard

A list of all of the staging labels currently attached to this version of the secret.

Functions

Link copied to clipboard
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