Class: Aws::DatabaseMigrationService::Types::ReplicationTaskStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationTaskStats
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
In response to a request by the DescribeReplicationTasks
operation,
this object provides a collection of statistics about a replication
task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elapsed_time_millis ⇒ 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.
-
#full_load_finish_date ⇒ Time
The date the replication task full load was completed.
-
#full_load_progress_percent ⇒ Integer
The percent complete for the full load migration task.
-
#full_load_start_date ⇒ 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.
-
#stop_date ⇒ Time
The date the replication task was stopped.
-
#tables_errored ⇒ Integer
The number of errors that have occurred during this task.
-
#tables_loaded ⇒ Integer
The number of tables loaded for this task.
-
#tables_loading ⇒ Integer
The number of tables currently loading for this task.
-
#tables_queued ⇒ Integer
The number of tables queued for this task.
Instance Attribute Details
#elapsed_time_millis ⇒ Integer
The elapsed time of the task, in milliseconds.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#fresh_start_date ⇒ Time
The date the replication task was started either with a fresh start or a target reload.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#full_load_finish_date ⇒ Time
The date the replication task full load was completed.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#full_load_progress_percent ⇒ Integer
The percent complete for the full load migration task.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#full_load_start_date ⇒ Time
The date the replication task full load was started.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#stop_date ⇒ Time
The date the replication task was stopped.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#tables_errored ⇒ Integer
The number of errors that have occurred during this task.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#tables_loaded ⇒ Integer
The number of tables loaded for this task.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#tables_loading ⇒ Integer
The number of tables currently loading for this task.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |
#tables_queued ⇒ Integer
The number of tables queued for this task.
11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11867 class ReplicationTaskStats < Struct.new( :full_load_progress_percent, :elapsed_time_millis, :tables_loaded, :tables_loading, :tables_queued, :tables_errored, :fresh_start_date, :start_date, :stop_date, :full_load_start_date, :full_load_finish_date) SENSITIVE = [] include Aws::Structure end |