Class: Aws::CodeCommit::Types::GetMergeOptionsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetMergeOptionsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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.
      3437 3438 3439 3440 3441 3442 3443 3444  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 3437 class GetMergeOptionsOutput < Struct.new( :merge_options, :source_commit_id, :destination_commit_id, :base_commit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_commit_id ⇒ String
The commit ID of the destination commit specifier that was used in the merge evaluation.
      3437 3438 3439 3440 3441 3442 3443 3444  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 3437 class GetMergeOptionsOutput < Struct.new( :merge_options, :source_commit_id, :destination_commit_id, :base_commit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#merge_options ⇒ Array<String>
The merge option or strategy used to merge the code.
      3437 3438 3439 3440 3441 3442 3443 3444  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 3437 class GetMergeOptionsOutput < Struct.new( :merge_options, :source_commit_id, :destination_commit_id, :base_commit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#source_commit_id ⇒ String
The commit ID of the source commit specifier that was used in the merge evaluation.
      3437 3438 3439 3440 3441 3442 3443 3444  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 3437 class GetMergeOptionsOutput < Struct.new( :merge_options, :source_commit_id, :destination_commit_id, :base_commit_id) SENSITIVE = [] include Aws::Structure end  |