DescribeTaskResponse constructor

DescribeTaskResponse({
  1. String? cloudWatchLogGroupArn,
  2. DateTime? creationTime,
  3. String? currentTaskExecutionArn,
  4. String? destinationLocationArn,
  5. List<String>? destinationNetworkInterfaceArns,
  6. String? errorCode,
  7. String? errorDetail,
  8. List<FilterRule>? excludes,
  9. String? name,
  10. Options? options,
  11. TaskSchedule? schedule,
  12. String? sourceLocationArn,
  13. List<String>? sourceNetworkInterfaceArns,
  14. TaskStatus? status,
  15. String? taskArn,
})

Implementation

DescribeTaskResponse({
  this.cloudWatchLogGroupArn,
  this.creationTime,
  this.currentTaskExecutionArn,
  this.destinationLocationArn,
  this.destinationNetworkInterfaceArns,
  this.errorCode,
  this.errorDetail,
  this.excludes,
  this.name,
  this.options,
  this.schedule,
  this.sourceLocationArn,
  this.sourceNetworkInterfaceArns,
  this.status,
  this.taskArn,
});