ListBackupsOutput constructor

ListBackupsOutput({
  1. List<BackupSummary>? backupSummaries,
  2. String? lastEvaluatedBackupArn,
})

Implementation

ListBackupsOutput({
  this.backupSummaries,
  this.lastEvaluatedBackupArn,
});