Class: Aws::Types::GetUpgradeStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUpgradeStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute step_status.
-
#upgrade_name ⇒ ::String
Returns the value of attribute upgrade_name.
-
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
Returns the value of attribute upgrade_step.
Instance Attribute Details
#step_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute step_status.
790 791 792 |
# File 'sig/types.rbs', line 790 def step_status @step_status end |
#upgrade_name ⇒ ::String
Returns the value of attribute upgrade_name.
791 792 793 |
# File 'sig/types.rbs', line 791 def upgrade_name @upgrade_name end |
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
Returns the value of attribute upgrade_step.
789 790 791 |
# File 'sig/types.rbs', line 789 def upgrade_step @upgrade_step end |