Class: Aws::Types::AwsRedshiftClusterRestoreStatus
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterRestoreStatus
- 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.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 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.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 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.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 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.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 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.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def snapshot_size_in_mega_bytes @snapshot_size_in_mega_bytes end |
#status ⇒ ::String
Returns the value of attribute status.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def status @status end |