Class: Aws::CodeDeploy::Types::PutLifecycleEventHookExecutionStatusOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_event_hook_execution_idString

The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file.

Returns:

  • (String)


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