Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DatabaseMigrationService::Types::ReplicationStats

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

Instance Attribute Details

#elapsed_time_millisInteger

The elapsed time of the replication, in milliseconds.

Returns:

  • (Integer)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_dateTime

The date the replication was started either with a fresh start or a target reload.

Returns:

  • (Time)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_dateTime

The date the replication full load was finished.

Returns:

  • (Time)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_percentInteger

The percent complete for the full load serverless replication.

Returns:

  • (Integer)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_dateTime

The date the replication full load was started.

Returns:

  • (Time)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_dateTime

The date the replication is scheduled to start.

Returns:

  • (Time)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_dateTime

The date the replication was stopped.

Returns:

  • (Time)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_erroredInteger

The number of errors that have occured for this replication.

Returns:

  • (Integer)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_loadedInteger

The number of tables loaded for this replication.

Returns:

  • (Integer)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_loadingInteger

The number of tables currently loading for this replication.

Returns:

  • (Integer)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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_queuedInteger

The number of tables queued for this replication.

Returns:

  • (Integer)

11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11692

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