Class: Aws::Types::DataMigrationStatistics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cdc_latency::Integer

Returns the value of attribute cdc_latency.

Returns:

  • (::Integer)


431
432
433
# File 'sig/types.rbs', line 431

def cdc_latency
  @cdc_latency
end

#elapsed_time_millis::Integer

Returns the value of attribute elapsed_time_millis.

Returns:

  • (::Integer)


428
429
430
# File 'sig/types.rbs', line 428

def elapsed_time_millis
  @elapsed_time_millis
end

#full_load_percentage::Integer

Returns the value of attribute full_load_percentage.

Returns:

  • (::Integer)


430
431
432
# File 'sig/types.rbs', line 430

def full_load_percentage
  @full_load_percentage
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


434
435
436
# File 'sig/types.rbs', line 434

def start_time
  @start_time
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


435
436
437
# File 'sig/types.rbs', line 435

def stop_time
  @stop_time
end

#tables_errored::Integer

Returns the value of attribute tables_errored.

Returns:

  • (::Integer)


433
434
435
# File 'sig/types.rbs', line 433

def tables_errored
  @tables_errored
end

#tables_loaded::Integer

Returns the value of attribute tables_loaded.

Returns:

  • (::Integer)


427
428
429
# File 'sig/types.rbs', line 427

def tables_loaded
  @tables_loaded
end

#tables_loading::Integer

Returns the value of attribute tables_loading.

Returns:

  • (::Integer)


429
430
431
# File 'sig/types.rbs', line 429

def tables_loading
  @tables_loading
end

#tables_queued::Integer

Returns the value of attribute tables_queued.

Returns:

  • (::Integer)


432
433
434
# File 'sig/types.rbs', line 432

def tables_queued
  @tables_queued
end