CreateTaskResponse constructor

CreateTaskResponse({
  1. String? taskArn,
})

Implementation

CreateTaskResponse({
  this.taskArn,
});