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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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.
11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11196 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 |