ListRecoveryPointsByResourceOutput constructor
ListRecoveryPointsByResourceOutput({
- String? nextToken,
- List<
RecoveryPointByResource> ? recoveryPoints,
Implementation
ListRecoveryPointsByResourceOutput({
this.nextToken,
this.recoveryPoints,
});