ListIntegrationAssociationsResponse constructor

ListIntegrationAssociationsResponse({
  1. List<IntegrationAssociationSummary>? integrationAssociationSummaryList,
  2. String? nextToken,
})

Implementation

ListIntegrationAssociationsResponse({
  this.integrationAssociationSummaryList,
  this.nextToken,
});