RunJobFlowOutput constructor

RunJobFlowOutput({
  1. String? clusterArn,
  2. String? jobFlowId,
})

Implementation

RunJobFlowOutput({
  this.clusterArn,
  this.jobFlowId,
});