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_millis ⇒ Integer

The elapsed time of the task, in milliseconds.

Returns:

  • (Integer) —

    The elapsed time of the task, in milliseconds.

#fresh_start_date ⇒ Time

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_date ⇒ Time

The date the replication task full load was completed.

Returns:

  • (Time) —

    The date the replication task full load was completed.

#full_load_progress_percent ⇒ Integer

The percent complete for the full load migration task.

Returns:

  • (Integer) —

    The percent complete for the full load migration task.

#full_load_start_date ⇒ Time

The date the replication task full load was started.

Returns:

  • (Time) —

    The date the replication task full load was started.

#start_date ⇒ Time

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_date ⇒ Time

The date the replication task was stopped.

Returns:

  • (Time) —

    The date the replication task was stopped.

#tables_errored ⇒ Integer

The number of errors that have occurred during this task.

Returns:

  • (Integer) —

    The number of errors that have occurred during this task.

#tables_loaded ⇒ Integer

The number of tables loaded for this task.

Returns:

  • (Integer) —

    The number of tables loaded for this task.

#tables_loading ⇒ Integer

The number of tables currently loading for this task.

Returns:

  • (Integer) —

    The number of tables currently loading for this task.

#tables_queued ⇒ Integer

The number of tables queued for this task.

Returns:

  • (Integer) —

    The number of tables queued for this task.