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.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def @start_timestamp end |
#steps_list ⇒ ::Array[Types::UpgradeStepItem]
Returns the value of attribute steps_list.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def steps_list @steps_list end |
#upgrade_name ⇒ ::String
Returns the value of attribute upgrade_name.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def upgrade_name @upgrade_name end |
#upgrade_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute upgrade_status.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def upgrade_status @upgrade_status end |