ListAssociationsResponse constructor

ListAssociationsResponse({
  1. List<AssociationSummary>? associationSummaries,
  2. String? nextToken,
})

Implementation

ListAssociationsResponse({
  this.associationSummaries,
  this.nextToken,
});