GetRecoveryPointRestoreMetadataOutput constructor

GetRecoveryPointRestoreMetadataOutput({
  1. String? backupVaultArn,
  2. String? recoveryPointArn,
  3. Map<String, String>? restoreMetadata,
})

Implementation

GetRecoveryPointRestoreMetadataOutput({
  this.backupVaultArn,
  this.recoveryPointArn,
  this.restoreMetadata,
});