UpdateDistributionConfigurationResponse constructor

UpdateDistributionConfigurationResponse({
  1. String? clientToken,
  2. String? distributionConfigurationArn,
  3. String? requestId,
})

Implementation

UpdateDistributionConfigurationResponse({
  this.clientToken,
  this.distributionConfigurationArn,
  this.requestId,
});