SecretValueEntry¶
Structure Class¶
SecretValueEntry
dataclass
¶
A structure that contains the secret value and other details for a secret.
Attributes¶
arn
class-attribute
instance-attribute
¶
arn: str | None = None
The Amazon Resource Name (ARN) of the secret.
created_date
class-attribute
instance-attribute
¶
created_date: datetime | None = None
The date the secret was created.
secret_binary
class-attribute
instance-attribute
¶
The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array. The parameter represents the binary data as a base64-encoded string.
secret_string
class-attribute
instance-attribute
¶
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.