CancelJobResponse constructor

CancelJobResponse({
  1. String? description,
  2. String? jobArn,
  3. String? jobId,
})

Implementation

CancelJobResponse({
  this.description,
  this.jobArn,
  this.jobId,
});