Class: Aws::Types::RestoreStatus
- Inherits:
-
Object
- Object
- Aws::Types::RestoreStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_restore_rate_in_mega_bytes_per_second ⇒ ::Float
Returns the value of attribute current_restore_rate_in_mega_bytes_per_second.
-
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
-
#estimated_time_to_completion_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_completion_in_seconds.
-
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
-
#snapshot_size_in_mega_bytes ⇒ ::Integer
Returns the value of attribute snapshot_size_in_mega_bytes.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#current_restore_rate_in_mega_bytes_per_second ⇒ ::Float
Returns the value of attribute current_restore_rate_in_mega_bytes_per_second.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def current_restore_rate_in_mega_bytes_per_second @current_restore_rate_in_mega_bytes_per_second end |
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def elapsed_time_in_seconds @elapsed_time_in_seconds end |
#estimated_time_to_completion_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_completion_in_seconds.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def estimated_time_to_completion_in_seconds @estimated_time_to_completion_in_seconds end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def progress_in_mega_bytes @progress_in_mega_bytes end |
#snapshot_size_in_mega_bytes ⇒ ::Integer
Returns the value of attribute snapshot_size_in_mega_bytes.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def snapshot_size_in_mega_bytes @snapshot_size_in_mega_bytes end |
#status ⇒ ::String
Returns the value of attribute status.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def status @status end |