You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::ReplicationTaskStats

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed_time_millisInteger

The elapsed time of the task, in milliseconds.

Returns:

  • (Integer)

    The elapsed time of the task, in milliseconds.

#fresh_start_dateTime

The date the replication task was started either with a fresh start or a target reload.

Returns:

  • (Time)

    The date the replication task was started either with a fresh start or a target reload.

#full_load_finish_dateTime

The date the replication task full load was completed.

Returns:

  • (Time)

    The date the replication task full load was completed.

#full_load_progress_percentInteger

The percent complete for the full load migration task.

Returns:

  • (Integer)

    The percent complete for the full load migration task.

#full_load_start_dateTime

The date the replication task full load was started.

Returns:

  • (Time)

    The date the replication task full load was started.

#start_dateTime

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

Returns:

  • (Time)

    The date the replication task was started either with a fresh start or a resume.

#stop_dateTime

The date the replication task was stopped.

Returns:

  • (Time)

    The date the replication task was stopped.

#tables_erroredInteger

The number of errors that have occurred during this task.

Returns:

  • (Integer)

    The number of errors that have occurred during this task.

#tables_loadedInteger

The number of tables loaded for this task.

Returns:

  • (Integer)

    The number of tables loaded for this task.

#tables_loadingInteger

The number of tables currently loading for this task.

Returns:

  • (Integer)

    The number of tables currently loading for this task.

#tables_queuedInteger

The number of tables queued for this task.

Returns:

  • (Integer)

    The number of tables queued for this task.