Class: Aws::CodePipeline::Types::StageState

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

Overview

Represents information about the state of the stage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_statesArray<Types::ActionState>

The state of the stage.

Returns:



4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4247

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_executionTypes::StageExecution

Represents information about the run of a stage.



4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4247

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_executionsArray<Types::StageExecution>

The inbound executions for a stage.

Returns:



4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4247

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_transition_stateTypes::TransitionState

The state of the inbound transition, which is either enabled or disabled.



4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4247

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#latest_executionTypes::StageExecution

Information about the latest execution in the stage, including its ID and status.



4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4247

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage.

Returns:

  • (String)


4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4247

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end