Class: Aws::Types::ReplicationStats
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#elapsed_time_millis ⇒ ::Integer
Returns the value of attribute elapsed_time_millis.
-
#fresh_start_date ⇒ ::Time
Returns the value of attribute fresh_start_date.
-
#full_load_finish_date ⇒ ::Time
Returns the value of attribute full_load_finish_date.
-
#full_load_progress_percent ⇒ ::Integer
Returns the value of attribute full_load_progress_percent.
-
#full_load_start_date ⇒ ::Time
Returns the value of attribute full_load_start_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
-
#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
#elapsed_time_millis ⇒ ::Integer
Returns the value of attribute elapsed_time_millis.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def elapsed_time_millis @elapsed_time_millis end |
#fresh_start_date ⇒ ::Time
Returns the value of attribute fresh_start_date.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def fresh_start_date @fresh_start_date end |
#full_load_finish_date ⇒ ::Time
Returns the value of attribute full_load_finish_date.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def full_load_finish_date @full_load_finish_date end |
#full_load_progress_percent ⇒ ::Integer
Returns the value of attribute full_load_progress_percent.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def full_load_progress_percent @full_load_progress_percent end |
#full_load_start_date ⇒ ::Time
Returns the value of attribute full_load_start_date.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def full_load_start_date @full_load_start_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def start_date @start_date end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def stop_date @stop_date end |
#tables_errored ⇒ ::Integer
Returns the value of attribute tables_errored.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def tables_errored @tables_errored end |
#tables_loaded ⇒ ::Integer
Returns the value of attribute tables_loaded.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def tables_loaded @tables_loaded end |
#tables_loading ⇒ ::Integer
Returns the value of attribute tables_loading.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def tables_loading @tables_loading end |
#tables_queued ⇒ ::Integer
Returns the value of attribute tables_queued.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def tables_queued @tables_queued end |