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.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 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.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 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.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 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.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 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.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def snapshot_size_in_mega_bytes @snapshot_size_in_mega_bytes end |
#status ⇒ ::String
Returns the value of attribute status.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def status @status end |