ListChangeSetsOutput constructor

ListChangeSetsOutput({
  1. String? nextToken,
  2. List<ChangeSetSummary>? summaries,
})

Implementation

ListChangeSetsOutput({
  this.nextToken,
  this.summaries,
});