UpdateFlowOutputResponse constructor

UpdateFlowOutputResponse({
  1. String? flowArn,
  2. Output? output,
})

Implementation

UpdateFlowOutputResponse({
  this.flowArn,
  this.output,
});