Class: Aws::Types::PutLifecycleEventHookExecutionStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::PutLifecycleEventHookExecutionStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#lifecycle_event_hook_execution_id ⇒ ::String
Returns the value of attribute lifecycle_event_hook_execution_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def deployment_id @deployment_id end |
#lifecycle_event_hook_execution_id ⇒ ::String
Returns the value of attribute lifecycle_event_hook_execution_id.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def lifecycle_event_hook_execution_id @lifecycle_event_hook_execution_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def status @status end |