DescribeTaskExecutionResponse constructor
DescribeTaskExecutionResponse({
- int? bytesTransferred,
- int? bytesWritten,
- int? estimatedBytesToTransfer,
- int? estimatedFilesToTransfer,
- List<
FilterRule> ? excludes, - int? filesTransferred,
- List<
FilterRule> ? includes, - Options? options,
- TaskExecutionResultDetail? result,
- DateTime? startTime,
- TaskExecutionStatus? status,
- String? taskExecutionArn,
Implementation
DescribeTaskExecutionResponse({
this.bytesTransferred,
this.bytesWritten,
this.estimatedBytesToTransfer,
this.estimatedFilesToTransfer,
this.excludes,
this.filesTransferred,
this.includes,
this.options,
this.result,
this.startTime,
this.status,
this.taskExecutionArn,
});