You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::ActionExecutionOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionOutput
 
- Defined in:
- (unknown)
Overview
Output details listed for an action execution, such as the action execution result.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #execution_result  ⇒ Types::ActionExecutionResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Execution result information listed in the output details for an action execution. 
- 
  
    
      #output_artifacts  ⇒ Array<Types::ArtifactDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details of output artifacts of the action that correspond to the action execution. 
- 
  
    
      #output_variables  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The outputVariables field shows the key-value pairs that were output as part of that execution. 
Instance Attribute Details
#execution_result ⇒ Types::ActionExecutionResult
Execution result information listed in the output details for an action execution.
#output_artifacts ⇒ Array<Types::ArtifactDetail>
Details of output artifacts of the action that correspond to the action execution.
#output_variables ⇒ Hash<String,String>
The outputVariables field shows the key-value pairs that were output as part of that execution.