Class: Aws::Proton::Types::Revision
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::Revision
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Revision detail data for a commit and push that activates a sync attempt
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #branch  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository branch.
 - 
  
    
      #directory  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository directory changed by a commit and push that activated the sync attempt.
 - 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository name.
 - 
  
    
      #repository_provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository provider.
 - 
  
    
      #sha  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The secure hash algorithm (SHA) hash for the revision.
 
Instance Attribute Details
#branch ⇒ String
The repository branch.
      4762 4763 4764 4765 4766 4767 4768 4769 4770  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4762 class Revision < Struct.new( :branch, :directory, :repository_name, :repository_provider, :sha) SENSITIVE = [] include Aws::Structure end  | 
  
#directory ⇒ String
The repository directory changed by a commit and push that activated the sync attempt.
      4762 4763 4764 4765 4766 4767 4768 4769 4770  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4762 class Revision < Struct.new( :branch, :directory, :repository_name, :repository_provider, :sha) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_name ⇒ String
The repository name.
      4762 4763 4764 4765 4766 4767 4768 4769 4770  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4762 class Revision < Struct.new( :branch, :directory, :repository_name, :repository_provider, :sha) SENSITIVE = [] include Aws::Structure end  |