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
show all
Defined in:
(unknown)

Overview

The interaction or event that started a pipeline execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#trigger_detailString

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.

Returns:

  • (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_typeString

The type of change-detection method, command, or user interaction that started a pipeline execution.

Possible values:

  • CreatePipeline
  • StartPipelineExecution
  • PollForSourceChanges
  • Webhook
  • CloudWatchEvent
  • PutActionRevision

Returns:

  • (String)

    The type of change-detection method, command, or user interaction that started a pipeline execution.