class Aws::FSx::Types::DataRepositoryTaskStatus
Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.
@!attribute [rw] total_count
The total number of files that the task will process. While a task is executing, the sum of `SucceededCount` plus `FailedCount` may not equal `TotalCount`. When the task is complete, `TotalCount` equals the sum of `SucceededCount` plus `FailedCount`. @return [Integer]
@!attribute [rw] succeeded_count
A running total of the number of files that the task has successfully processed. @return [Integer]
@!attribute [rw] failed_count
A running total of the number of files that the task failed to process. @return [Integer]
@!attribute [rw] last_updated_time
The time at which the task status was last updated. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryTaskStatus AWS API Documentation
Constants
- SENSITIVE