ListSecretValueResult

data class ListSecretValueResult(val value: String? = null)

This type represents the unencrypted value of the secret.

Constructors

Link copied to clipboard
constructor(value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: String? = null

The actual value of the secret.