ListRecoveryPointsByResourceOutput constructor

ListRecoveryPointsByResourceOutput({
  1. String? nextToken,
  2. List<RecoveryPointByResource>? recoveryPoints,
})

Implementation

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