Class: Aws::DatabaseMigrationService::Types::ReplicationStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationStats
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
This object provides a collection of statistics about a serverless replication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elapsed_time_millis ⇒ Integer
The elapsed time of the replication, in milliseconds.
-
#fresh_start_date ⇒ Time
The date the replication was started either with a fresh start or a target reload.
-
#full_load_finish_date ⇒ Time
The date the replication full load was finished.
-
#full_load_progress_percent ⇒ Integer
The percent complete for the full load serverless replication.
-
#full_load_start_date ⇒ Time
The date the replication full load was started.
-
#start_date ⇒ Time
The date the replication is scheduled to start.
-
#stop_date ⇒ Time
The date the replication was stopped.
-
#tables_errored ⇒ Integer
The number of errors that have occured for this replication.
-
#tables_loaded ⇒ Integer
The number of tables loaded for this replication.
-
#tables_loading ⇒ Integer
The number of tables currently loading for this replication.
-
#tables_queued ⇒ Integer
The number of tables queued for this replication.
Instance Attribute Details
#elapsed_time_millis ⇒ Integer
The elapsed time of the replication, in milliseconds.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 was started either with a fresh start or a target reload.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 full load was finished.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 serverless replication.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 full load was started.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 is scheduled to start.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 was stopped.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 occured for this replication.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 replication.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 replication.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 replication.
10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10780 class ReplicationStats < 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 |