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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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)


1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1728

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)


1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1728

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