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.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def step_status @step_status end |
#upgrade_name ⇒ ::String
Returns the value of attribute upgrade_name.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def upgrade_name @upgrade_name end |
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
Returns the value of attribute upgrade_step.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def upgrade_step @upgrade_step end |