PutLifecycleEventHookExecutionStatusOutput
public struct PutLifecycleEventHookExecutionStatusOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment’s AppSpec file.
Declaration
Swift
public let lifecycleEventHookExecutionId: String? -
Undocumented
Declaration
Swift
public init(lifecycleEventHookExecutionId: String? = nil)
View on GitHub
PutLifecycleEventHookExecutionStatusOutput Structure Reference