Class: Aws::CodePipeline::Types::StopExecutionTrigger

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

Overview

The interaction that stopped a pipeline execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The user-specified reason the pipeline was stopped.

Returns:

  • (String)


3687
3688
3689
3690
3691
# File 'lib/aws-sdk-codepipeline/types.rb', line 3687

class StopExecutionTrigger < Struct.new(
  :reason)
  SENSITIVE = []
  include Aws::Structure
end