Class: Aws::CodePipeline::Types::GetPipelineStateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetPipelineStateOutput
- 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
-
#created ⇒ Time
The date and time the pipeline was created, in timestamp format.
-
#pipeline_name ⇒ String
The name of the pipeline for which you want to get the state.
-
#pipeline_version ⇒ Integer
The version number of the pipeline.
-
#stage_states ⇒ Array<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.
-
#updated ⇒ Time
The date and time the pipeline was last updated, in timestamp format.
Instance Attribute Details
#created ⇒ Time
The date and time the pipeline was created, in timestamp format.
2129 2130 2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2129 class GetPipelineStateOutput < Struct.new( :pipeline_name, :pipeline_version, :stage_states, :created, :updated) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline for which you want to get the state.
2129 2130 2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2129 class GetPipelineStateOutput < Struct.new( :pipeline_name, :pipeline_version, :stage_states, :created, :updated) SENSITIVE = [] include Aws::Structure end |
#pipeline_version ⇒ Integer
The version number of the pipeline.
1
.
2129 2130 2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2129 class GetPipelineStateOutput < Struct.new( :pipeline_name, :pipeline_version, :stage_states, :created, :updated) SENSITIVE = [] include Aws::Structure end |
#stage_states ⇒ Array<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.
2129 2130 2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2129 class GetPipelineStateOutput < Struct.new( :pipeline_name, :pipeline_version, :stage_states, :created, :updated) SENSITIVE = [] include Aws::Structure end |
#updated ⇒ Time
The date and time the pipeline was last updated, in timestamp format.
2129 2130 2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2129 class GetPipelineStateOutput < Struct.new( :pipeline_name, :pipeline_version, :stage_states, :created, :updated) SENSITIVE = [] include Aws::Structure end |