ListRecoveryPointsByBackupVaultOutput constructor

ListRecoveryPointsByBackupVaultOutput({
  1. String? nextToken,
  2. List<RecoveryPointByBackupVault>? recoveryPoints,
})

Implementation

ListRecoveryPointsByBackupVaultOutput({
  this.nextToken,
  this.recoveryPoints,
});