DescribeBackupVaultOutput constructor

DescribeBackupVaultOutput({
  1. String? backupVaultArn,
  2. String? backupVaultName,
  3. DateTime? creationDate,
  4. String? creatorRequestId,
  5. String? encryptionKeyArn,
  6. int? numberOfRecoveryPoints,
})

Implementation

DescribeBackupVaultOutput({
  this.backupVaultArn,
  this.backupVaultName,
  this.creationDate,
  this.creatorRequestId,
  this.encryptionKeyArn,
  this.numberOfRecoveryPoints,
});