You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::ExecutionDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::ExecutionDetails
 
- Defined in:
- (unknown)
Overview
When passing ExecutionDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
  summary: "ExecutionSummary",
  external_execution_id: "ExecutionId",
  percent_complete: 1,
}
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #external_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy. 
- 
  
    
      #percent_complete  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The percentage of work completed on the action, represented on a scale of 0 to 100 percent. 
- 
  
    
      #summary  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The summary of the current status of the actions. 
Instance Attribute Details
#external_execution_id ⇒ String
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
#percent_complete ⇒ Integer
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
#summary ⇒ String
The summary of the current status of the actions.