Class: Aws::DatabaseMigrationService::Types::DataMigrationStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DataMigrationStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Information about the data migration run, including start and stop time, latency, and migration progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdc_latency ⇒ Integer
The current latency of the change data capture (CDC) operation.
-
#elapsed_time_millis ⇒ Integer
The elapsed duration of the data migration run.
-
#full_load_percentage ⇒ Integer
The data migration’s progress in the full-load migration phase.
-
#start_time ⇒ Time
The time when the migration started.
-
#stop_time ⇒ Time
The time when the migration stopped or failed.
-
#tables_errored ⇒ Integer
The number of tables that DMS failed to process.
-
#tables_loaded ⇒ Integer
The number of tables loaded in the current data migration run.
-
#tables_loading ⇒ Integer
The data migration’s table loading progress.
-
#tables_queued ⇒ Integer
The number of tables that are waiting for processing.
Instance Attribute Details
#cdc_latency ⇒ Integer
The current latency of the change data capture (CDC) operation.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#elapsed_time_millis ⇒ Integer
The elapsed duration of the data migration run.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#full_load_percentage ⇒ Integer
The data migration’s progress in the full-load migration phase.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the migration started.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
The time when the migration stopped or failed.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#tables_errored ⇒ Integer
The number of tables that DMS failed to process.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#tables_loaded ⇒ Integer
The number of tables loaded in the current data migration run.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#tables_loading ⇒ Integer
The data migration’s table loading progress.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#tables_queued ⇒ Integer
The number of tables that are waiting for processing.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2036 class DataMigrationStatistics < Struct.new( :tables_loaded, :elapsed_time_millis, :tables_loading, :full_load_percentage, :cdc_latency, :tables_queued, :tables_errored, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |