Class: Aws::DatabaseMigrationService::Types::ReplicationTaskStats

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

In response to a request by the ‘DescribeReplicationTasks` operation, this object provides a collection of statistics about a replication task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed_time_millisInteger

The elapsed time of the task, in milliseconds.

Returns:

  • (Integer)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task was started either with a fresh start or a target reload.

Returns:

  • (Time)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task full load was completed.

Returns:

  • (Time)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 migration task.

Returns:

  • (Integer)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task full load was started.

Returns:

  • (Time)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task was started either with a fresh start or a resume. For more information, see [StartReplicationTaskType].

[1]: docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType

Returns:

  • (Time)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task was stopped.

Returns:

  • (Time)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 occurred during this task.

Returns:

  • (Integer)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task.

Returns:

  • (Integer)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task.

Returns:

  • (Integer)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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 task.

Returns:

  • (Integer)


11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11398

class ReplicationTaskStats < 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