Class: Aws::CodePipeline::Types::PutActionRevisionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::PutActionRevisionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the output of a ‘PutActionRevision` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #new_revision  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
 - 
  
    
      #pipeline_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the current workflow state of the pipeline.
 
Instance Attribute Details
#new_revision ⇒ Boolean
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
      3859 3860 3861 3862 3863 3864  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 3859 class PutActionRevisionOutput < Struct.new( :new_revision, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end  | 
  
#pipeline_execution_id ⇒ String
The ID of the current workflow state of the pipeline.
      3859 3860 3861 3862 3863 3864  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 3859 class PutActionRevisionOutput < Struct.new( :new_revision, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end  |