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.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def issues @issues end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def progress_percent @progress_percent end |
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
Returns the value of attribute upgrade_step.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def upgrade_step @upgrade_step end |
#upgrade_step_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upgrade_step_status.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def upgrade_step_status @upgrade_step_status end |