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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'lib/aws-sdk-codepipeline/types.rb', line 1979

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)


1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'lib/aws-sdk-codepipeline/types.rb', line 1979

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.

<note markdown=“1”> A newly created pipeline is always assigned a version number of ‘1`.

</note>

Returns:

  • (Integer)


1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'lib/aws-sdk-codepipeline/types.rb', line 1979

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:



1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'lib/aws-sdk-codepipeline/types.rb', line 1979

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)


1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'lib/aws-sdk-codepipeline/types.rb', line 1979

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