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

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

The elapsed time of the task, in milliseconds.

Returns:

  • (Integer)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

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

Returns:

  • (Time)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The date the replication task full load was completed.

Returns:

  • (Time)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The percent complete for the full load migration task.

Returns:

  • (Integer)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The date the replication task full load was started.

Returns:

  • (Time)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.

Returns:

  • (Time)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The date the replication task was stopped.

Returns:

  • (Time)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The number of errors that have occurred during this task.

Returns:

  • (Integer)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The number of tables loaded for this task.

Returns:

  • (Integer)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The number of tables currently loading for this task.

Returns:

  • (Integer)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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

The number of tables queued for this task.

Returns:

  • (Integer)


13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13083

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