DeleteInfrastructureConfigurationResponse constructor

DeleteInfrastructureConfigurationResponse({
  1. String? infrastructureConfigurationArn,
  2. String? requestId,
})

Implementation

DeleteInfrastructureConfigurationResponse({
  this.infrastructureConfigurationArn,
  this.requestId,
});