Class: Aws::CodePipeline::Types::ExecutionTrigger

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

The interaction or event that started a pipeline execution.

Constant Summary collapse

SENSITIVE =
[]

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)


1683
1684
1685
1686
1687
1688
# File 'lib/aws-sdk-codepipeline/types.rb', line 1683

class ExecutionTrigger < Struct.new(
  :trigger_type,
  :trigger_detail)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_typeString

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

Returns:

  • (String)


1683
1684
1685
1686
1687
1688
# File 'lib/aws-sdk-codepipeline/types.rb', line 1683

class ExecutionTrigger < Struct.new(
  :trigger_type,
  :trigger_detail)
  SENSITIVE = []
  include Aws::Structure
end