Class: Aws::CodePipeline::Types::GetPipelineExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetPipelineExecutionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘GetPipelineExecution` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The ID of the pipeline execution about which you want to get execution details.
-
#pipeline_name ⇒ String
The name of the pipeline about which you want to get execution details.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The ID of the pipeline execution about which you want to get execution details.
1995 1996 1997 1998 1999 2000 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1995 class GetPipelineExecutionInput < Struct.new( :pipeline_name, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline about which you want to get execution details.
1995 1996 1997 1998 1999 2000 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1995 class GetPipelineExecutionInput < Struct.new( :pipeline_name, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |