ListLicenseConfigurationsResponse constructor

ListLicenseConfigurationsResponse({
  1. List<LicenseConfiguration>? licenseConfigurations,
  2. String? nextToken,
})

Implementation

ListLicenseConfigurationsResponse({
  this.licenseConfigurations,
  this.nextToken,
});