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

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


4181
4182
4183
4184
4185
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4181

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