Class: Aws::Types::UpgradeHistory
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#steps_list ⇒ ::Array[Types::UpgradeStepItem]
Returns the value of attribute steps_list.
-
#upgrade_name ⇒ ::String
Returns the value of attribute upgrade_name.
-
#upgrade_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upgrade_status.
Instance Attribute Details
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def end |
#steps_list ⇒ ::Array[Types::UpgradeStepItem]
Returns the value of attribute steps_list.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def steps_list @steps_list end |
#upgrade_name ⇒ ::String
Returns the value of attribute upgrade_name.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def upgrade_name @upgrade_name end |
#upgrade_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upgrade_status.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def upgrade_status @upgrade_status end |