Class: Aws::DatabaseMigrationService::Types::DataMigrationStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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

Instance Attribute Details

#cdc_latency ⇒ Integer

The current latency of the change data capture (CDC) operation.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Time)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Time)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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.

Returns:

  • (Integer)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2150

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