Class: Aws::Types::ReplicationTaskStats
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationTaskStats
- 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.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def elapsed_time_millis @elapsed_time_millis end |
#fresh_start_date ⇒ ::Time
Returns the value of attribute fresh_start_date.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def fresh_start_date @fresh_start_date end |
#full_load_finish_date ⇒ ::Time
Returns the value of attribute full_load_finish_date.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def full_load_finish_date @full_load_finish_date end |
#full_load_progress_percent ⇒ ::Integer
Returns the value of attribute full_load_progress_percent.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def full_load_progress_percent @full_load_progress_percent end |
#full_load_start_date ⇒ ::Time
Returns the value of attribute full_load_start_date.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def full_load_start_date @full_load_start_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def start_date @start_date end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def stop_date @stop_date end |
#tables_errored ⇒ ::Integer
Returns the value of attribute tables_errored.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def tables_errored @tables_errored end |
#tables_loaded ⇒ ::Integer
Returns the value of attribute tables_loaded.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def tables_loaded @tables_loaded end |
#tables_loading ⇒ ::Integer
Returns the value of attribute tables_loading.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def tables_loading @tables_loading end |
#tables_queued ⇒ ::Integer
Returns the value of attribute tables_queued.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def tables_queued @tables_queued end |