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_millis ⇒ Integer

The elapsed time of the replication, in milliseconds.

Returns:

  • (Integer)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_date ⇒ Time

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

Returns:

  • (Time)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_date ⇒ Time

The date the replication full load was finished.

Returns:

  • (Time)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_percent ⇒ Integer

The percent complete for the full load serverless replication.

Returns:

  • (Integer)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_date ⇒ Time

The date the replication full load was started.

Returns:

  • (Time)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_date ⇒ Time

The date the replication is scheduled to start.

Returns:

  • (Time)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_date ⇒ Time

The date the replication was stopped.

Returns:

  • (Time)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_errored ⇒ Integer

The number of errors that have occured for this replication.

Returns:

  • (Integer)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_loaded ⇒ Integer

The number of tables loaded for this replication.

Returns:

  • (Integer)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_loading ⇒ Integer

The number of tables currently loading for this replication.

Returns:

  • (Integer)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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_queued ⇒ Integer

The number of tables queued for this replication.

Returns:

  • (Integer)


12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12388

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