Class: Aws::Types::InitializationStatusDetails
- Inherits:
-
Object
- Object
- Aws::Types::InitializationStatusDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_time_to_complete_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_complete_in_seconds.
-
#initialization_type ⇒ "default", ...
Returns the value of attribute initialization_type.
-
#progress ⇒ ::Integer
Returns the value of attribute progress.
Instance Attribute Details
#estimated_time_to_complete_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_complete_in_seconds.
11498 11499 11500 |
# File 'sig/types.rbs', line 11498 def estimated_time_to_complete_in_seconds @estimated_time_to_complete_in_seconds end |
#initialization_type ⇒ "default", ...
Returns the value of attribute initialization_type.
11496 11497 11498 |
# File 'sig/types.rbs', line 11496 def initialization_type @initialization_type end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
11497 11498 11499 |
# File 'sig/types.rbs', line 11497 def progress @progress end |