GetSecretVersionsVersion

data class GetSecretVersionsVersion(val createdTime: String, val lastAccessedDate: String, val versionId: String, val versionStages: List<String>)

Constructors

Link copied to clipboard
constructor(createdTime: String, lastAccessedDate: String, versionId: String, versionStages: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date and time this version of the secret was created.

Link copied to clipboard

Date that this version of the secret was last accessed.

Link copied to clipboard

Unique version identifier of this version of the secret.

Link copied to clipboard

List of staging labels attached to the version.