You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::GetPipelineExecutionInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::GetPipelineExecutionInput
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing GetPipelineExecutionInput as input to an Aws::Client method, you can use a vanilla Hash:
{
  pipeline_name: "PipelineName", # required
  pipeline_execution_id: "PipelineExecutionId", # required
}
Represents the input of a GetPipelineExecution action.
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.
#pipeline_name ⇒ String
The name of the pipeline about which you want to get execution details.