RemoveFlowOutputResponse constructor

RemoveFlowOutputResponse({
  1. String? flowArn,
  2. String? outputArn,
})

Implementation

RemoveFlowOutputResponse({
  this.flowArn,
  this.outputArn,
});