Class: Aws::Types::UpgradeStepItem
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeStepItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#issues ⇒ ::Array[::String]
Returns the value of attribute issues.
-
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
-
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
Returns the value of attribute upgrade_step.
-
#upgrade_step_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upgrade_step_status.
Instance Attribute Details
#issues ⇒ ::Array[::String]
Returns the value of attribute issues.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def issues @issues end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def progress_percent @progress_percent end |
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
Returns the value of attribute upgrade_step.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def upgrade_step @upgrade_step end |
#upgrade_step_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upgrade_step_status.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def upgrade_step_status @upgrade_step_status end |