CreateLicenseConfigurationResponse constructor

CreateLicenseConfigurationResponse({
  1. String? licenseConfigurationArn,
})

Implementation

CreateLicenseConfigurationResponse({
  this.licenseConfigurationArn,
});