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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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)


10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10780

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