RecoveryPointByResource constructor

RecoveryPointByResource({
  1. int? backupSizeBytes,
  2. String? backupVaultName,
  3. DateTime? creationDate,
  4. String? encryptionKeyArn,
  5. String? recoveryPointArn,
  6. RecoveryPointStatus? status,
})

Implementation

RecoveryPointByResource({
  this.backupSizeBytes,
  this.backupVaultName,
  this.creationDate,
  this.encryptionKeyArn,
  this.recoveryPointArn,
  this.status,
});