ListLicenseSpecificationsForResourceResponse constructor

ListLicenseSpecificationsForResourceResponse({
  1. List<LicenseSpecification>? licenseSpecifications,
  2. String? nextToken,
})

Implementation

ListLicenseSpecificationsForResourceResponse({
  this.licenseSpecifications,
  this.nextToken,
});