Class: Aws::CodePipeline::Types::OverrideStageConditionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#condition_typeString

The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.

Returns:

  • (String)


3123
3124
3125
3126
3127
3128
3129
3130
# File 'lib/aws-sdk-codepipeline/types.rb', line 3123

class OverrideStageConditionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :condition_type)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_idString

The ID of the pipeline execution for the override.

Returns:

  • (String)


3123
3124
3125
3126
3127
3128
3129
3130
# File 'lib/aws-sdk-codepipeline/types.rb', line 3123

class OverrideStageConditionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :condition_type)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline with the stage that will override the condition.

Returns:

  • (String)


3123
3124
3125
3126
3127
3128
3129
3130
# File 'lib/aws-sdk-codepipeline/types.rb', line 3123

class OverrideStageConditionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :condition_type)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage for the override.

Returns:

  • (String)


3123
3124
3125
3126
3127
3128
3129
3130
# File 'lib/aws-sdk-codepipeline/types.rb', line 3123

class OverrideStageConditionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :condition_type)
  SENSITIVE = []
  include Aws::Structure
end