UpdateInfrastructureConfigurationResponse constructor

UpdateInfrastructureConfigurationResponse({
  1. String? clientToken,
  2. String? infrastructureConfigurationArn,
  3. String? requestId,
})

Implementation

UpdateInfrastructureConfigurationResponse({
  this.clientToken,
  this.infrastructureConfigurationArn,
  this.requestId,
});