Class: Aws::Types::RollbackInfo
- Inherits:
-
Object
- Object
- Aws::Types::RollbackInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rollback_deployment_id ⇒ ::String
Returns the value of attribute rollback_deployment_id.
-
#rollback_message ⇒ ::String
Returns the value of attribute rollback_message.
-
#rollback_triggering_deployment_id ⇒ ::String
Returns the value of attribute rollback_triggering_deployment_id.
Instance Attribute Details
#rollback_deployment_id ⇒ ::String
Returns the value of attribute rollback_deployment_id.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def rollback_deployment_id @rollback_deployment_id end |
#rollback_message ⇒ ::String
Returns the value of attribute rollback_message.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def @rollback_message end |
#rollback_triggering_deployment_id ⇒ ::String
Returns the value of attribute rollback_triggering_deployment_id.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def rollback_triggering_deployment_id @rollback_triggering_deployment_id end |