GetBackupVaultResult

data class GetBackupVaultResult(val accessPolicy: Any? = null, val backupVaultArn: String? = null, val backupVaultTags: Any? = null, val lockConfiguration: BackupVaultLockConfigurationType? = null, val notifications: BackupVaultNotificationObjectType? = null)

Constructors

Link copied to clipboard
fun GetBackupVaultResult(accessPolicy: Any? = null, backupVaultArn: String? = null, backupVaultTags: Any? = null, lockConfiguration: BackupVaultLockConfigurationType? = null, notifications: BackupVaultNotificationObjectType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPolicy: Any? = null
Link copied to clipboard
val backupVaultArn: String? = null
Link copied to clipboard
val backupVaultTags: Any? = null
Link copied to clipboard