Class: Aws::Types::DataMigrationStatistics
- Inherits:
-
Object
- Object
- Aws::Types::DataMigrationStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdc_latency ⇒ ::Integer
Returns the value of attribute cdc_latency.
-
#elapsed_time_millis ⇒ ::Integer
Returns the value of attribute elapsed_time_millis.
-
#full_load_percentage ⇒ ::Integer
Returns the value of attribute full_load_percentage.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
-
#tables_errored ⇒ ::Integer
Returns the value of attribute tables_errored.
-
#tables_loaded ⇒ ::Integer
Returns the value of attribute tables_loaded.
-
#tables_loading ⇒ ::Integer
Returns the value of attribute tables_loading.
-
#tables_queued ⇒ ::Integer
Returns the value of attribute tables_queued.
Instance Attribute Details
#cdc_latency ⇒ ::Integer
Returns the value of attribute cdc_latency.
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.
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.
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.
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.
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.
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.
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.
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.
432 433 434 |
# File 'sig/types.rbs', line 432 def tables_queued @tables_queued end |