You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::GetDifferencesOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCommit::Types::GetDifferencesOutput
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #differences  ⇒ Array<Types::Difference> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M). 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An enumeration token that can be used in a request to return the next batch of the results. 
Instance Attribute Details
#differences ⇒ Array<Types::Difference>
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.