You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::GetMergeOptionsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCommit::Types::GetMergeOptionsOutput
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #base_commit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The commit ID of the merge base. 
- 
  
    
      #destination_commit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The commit ID of the destination commit specifier that was used in the merge evaluation. 
- 
  
    
      #merge_options  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The merge option or strategy used to merge the code. 
- 
  
    
      #source_commit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The commit ID of the source commit specifier that was used in the merge evaluation. 
Instance Attribute Details
#base_commit_id ⇒ String
The commit ID of the merge base.
#destination_commit_id ⇒ String
The commit ID of the destination commit specifier that was used in the merge evaluation.
#merge_options ⇒ Array<String>
The merge option or strategy used to merge the code.
#source_commit_id ⇒ String
The commit ID of the source commit specifier that was used in the merge evaluation.