Class: Aws::CodeDeploy::Types::PutLifecycleEventHookExecutionStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::PutLifecycleEventHookExecutionStatusOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_event_hook_execution_id ⇒ String
The execution ID of the lifecycle event hook.
Instance Attribute Details
#lifecycle_event_hook_execution_id ⇒ String
The execution ID of the lifecycle event hook. A hook is specified in
the hooks
section of the deployment's AppSpec file.
4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4229 class PutLifecycleEventHookExecutionStatusOutput < Struct.new( :lifecycle_event_hook_execution_id) SENSITIVE = [] include Aws::Structure end |