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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cdc_latencyInteger

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

Returns:

  • (Integer)


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_millisInteger

The elapsed duration of the data migration run.

Returns:

  • (Integer)


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_percentageInteger

The data migration’s progress in the full-load migration phase.

Returns:

  • (Integer)


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_timeTime

The time when the migration started.

Returns:

  • (Time)


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_timeTime

The time when the migration stopped or failed.

Returns:

  • (Time)


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_erroredInteger

The number of tables that DMS failed to process.

Returns:

  • (Integer)


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_loadedInteger

The number of tables loaded in the current data migration run.

Returns:

  • (Integer)


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_loadingInteger

The data migration’s table loading progress.

Returns:

  • (Integer)


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_queuedInteger

The number of tables that are waiting for processing.

Returns:

  • (Integer)


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