Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CodePipeline::Types::GetPipelineStateOutput

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

Overview

Represents the output of a GetPipelineState action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

The date and time the pipeline was created, in timestamp format.

Returns:

  • (Time)

2206
2207
2208
2209
2210
2211
2212
2213
2214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2206

class GetPipelineStateOutput < Struct.new(
  :pipeline_name,
  :pipeline_version,
  :stage_states,
  :created,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline for which you want to get the state.

Returns:

  • (String)

2206
2207
2208
2209
2210
2211
2212
2213
2214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2206

class GetPipelineStateOutput < Struct.new(
  :pipeline_name,
  :pipeline_version,
  :stage_states,
  :created,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_versionInteger

The version number of the pipeline.

A newly created pipeline is always assigned a version number of 1.

Returns:

  • (Integer)

2206
2207
2208
2209
2210
2211
2212
2213
2214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2206

class GetPipelineStateOutput < Struct.new(
  :pipeline_name,
  :pipeline_version,
  :stage_states,
  :created,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#stage_statesArray<Types::StageState>

A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.

Returns:


2206
2207
2208
2209
2210
2211
2212
2213
2214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2206

class GetPipelineStateOutput < Struct.new(
  :pipeline_name,
  :pipeline_version,
  :stage_states,
  :created,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#updatedTime

The date and time the pipeline was last updated, in timestamp format.

Returns:

  • (Time)

2206
2207
2208
2209
2210
2211
2212
2213
2214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2206

class GetPipelineStateOutput < Struct.new(
  :pipeline_name,
  :pipeline_version,
  :stage_states,
  :created,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end