DescribeTaskResponse constructor
DescribeTaskResponse({
- String? cloudWatchLogGroupArn,
- DateTime? creationTime,
- String? currentTaskExecutionArn,
- String? destinationLocationArn,
- List<
String> ? destinationNetworkInterfaceArns, - String? errorCode,
- String? errorDetail,
- List<
FilterRule> ? excludes, - String? name,
- Options? options,
- TaskSchedule? schedule,
- String? sourceLocationArn,
- List<
String> ? sourceNetworkInterfaceArns, - TaskStatus? status,
- 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,
});