Class: Aws::Types::RollbackDetails
- Inherits:
-
Object
- Object
- Aws::Types::RollbackDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances_to_update_on_rollback ⇒ ::Integer
Returns the value of attribute instances_to_update_on_rollback.
-
#percentage_complete_on_rollback ⇒ ::Integer
Returns the value of attribute percentage_complete_on_rollback.
-
#progress_details_on_rollback ⇒ Types::InstanceRefreshProgressDetails
Returns the value of attribute progress_details_on_rollback.
-
#rollback_reason ⇒ ::String
Returns the value of attribute rollback_reason.
-
#rollback_start_time ⇒ ::Time
Returns the value of attribute rollback_start_time.
Instance Attribute Details
#instances_to_update_on_rollback ⇒ ::Integer
Returns the value of attribute instances_to_update_on_rollback.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def instances_to_update_on_rollback @instances_to_update_on_rollback end |
#percentage_complete_on_rollback ⇒ ::Integer
Returns the value of attribute percentage_complete_on_rollback.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def percentage_complete_on_rollback @percentage_complete_on_rollback end |
#progress_details_on_rollback ⇒ Types::InstanceRefreshProgressDetails
Returns the value of attribute progress_details_on_rollback.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def progress_details_on_rollback @progress_details_on_rollback end |
#rollback_reason ⇒ ::String
Returns the value of attribute rollback_reason.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def rollback_reason @rollback_reason end |
#rollback_start_time ⇒ ::Time
Returns the value of attribute rollback_start_time.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def rollback_start_time @rollback_start_time end |