You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::ExecutionTrigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ExecutionTrigger
- Defined in:
- (unknown)
Overview
The interaction or event that started a pipeline execution.
Returned by:
Instance Attribute Summary collapse
-
#trigger_detail ⇒ String
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. -
#trigger_type ⇒ String
The type of change-detection method, command, or user interaction that started a pipeline execution.
Instance Attribute Details
#trigger_detail ⇒ String
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.
#trigger_type ⇒ String
The type of change-detection method, command, or user interaction that started a pipeline execution.
Possible values:
- CreatePipeline
- StartPipelineExecution
- PollForSourceChanges
- Webhook
- CloudWatchEvent
- PutActionRevision