Class: Aws::Proton::Types::RepositorySyncDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::RepositorySyncDefinition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
A repository sync definition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #branch  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository branch.
 - 
  
    
      #directory  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The directory in the repository.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource that is synced from.
 - 
  
    
      #target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource that is synced to.
 
Instance Attribute Details
#branch ⇒ String
The repository branch.
      4577 4578 4579 4580 4581 4582 4583 4584  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4577 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end  | 
  
#directory ⇒ String
The directory in the repository.
      4577 4578 4579 4580 4581 4582 4583 4584  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4577 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end  | 
  
#parent ⇒ String
The resource that is synced from.
      4577 4578 4579 4580 4581 4582 4583 4584  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4577 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end  | 
  
#target ⇒ String
The resource that is synced to.
      4577 4578 4579 4580 4581 4582 4583 4584  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4577 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end  |