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.
11237 11238 11239 |
# File 'sig/types.rbs', line 11237 def estimated_time_to_complete_in_seconds @estimated_time_to_complete_in_seconds end |
#initialization_type ⇒ "default", ...
Returns the value of attribute initialization_type.
11235 11236 11237 |
# File 'sig/types.rbs', line 11235 def initialization_type @initialization_type end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
11236 11237 11238 |
# File 'sig/types.rbs', line 11236 def progress @progress end |