ExecutionTrigger
public struct ExecutionTrigger : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.
Declaration
Swift
public let triggerDetail: String? -
The type of change-detection method, command, or user interaction that started a pipeline execution.
Declaration
Swift
public let triggerType: TriggerType? -
Undocumented
Declaration
Swift
public init(triggerDetail: String? = nil, triggerType: TriggerType? = nil)
View on GitHub
ExecutionTrigger Structure Reference