class Aws::DatabaseMigrationService::Types::ReplicationTaskStats

In response to a request by the `DescribeReplicationTasks` operation, this object provides a collection of statistics about a replication task.

@!attribute [rw] full_load_progress_percent

The percent complete for the full load migration task.
@return [Integer]

@!attribute [rw] elapsed_time_millis

The elapsed time of the task, in milliseconds.
@return [Integer]

@!attribute [rw] tables_loaded

The number of tables loaded for this task.
@return [Integer]

@!attribute [rw] tables_loading

The number of tables currently loading for this task.
@return [Integer]

@!attribute [rw] tables_queued

The number of tables queued for this task.
@return [Integer]

@!attribute [rw] tables_errored

The number of errors that have occurred during this task.
@return [Integer]

@!attribute [rw] fresh_start_date

The date the replication task was started either with a fresh start
or a target reload.
@return [Time]

@!attribute [rw] start_date

The date the replication task was started either with a fresh start
or a resume. For more information, see
[StartReplicationTaskType][1].

[1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType
@return [Time]

@!attribute [rw] stop_date

The date the replication task was stopped.
@return [Time]

@!attribute [rw] full_load_start_date

The date the replication task full load was started.
@return [Time]

@!attribute [rw] full_load_finish_date

The date the replication task full load was completed.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskStats AWS API Documentation

Constants

SENSITIVE