Class: Aws::Proton::Types::CreateTemplateSyncConfigInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::CreateTemplateSyncConfigInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #branch  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository branch for your template.
 - 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository name (for example, ‘myrepos/myrepo`).
 - 
  
    
      #repository_provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provider type for your repository.
 - 
  
    
      #subdirectory  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A repository subdirectory path to your template bundle directory.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of your registered template.
 - 
  
    
      #template_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the registered template.
 
Instance Attribute Details
#branch ⇒ String
The repository branch for your template.
      1428 1429 1430 1431 1432 1433 1434 1435 1436 1437  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1428 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_name ⇒ String
The repository name (for example, ‘myrepos/myrepo`).
      1428 1429 1430 1431 1432 1433 1434 1435 1436 1437  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1428 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_provider ⇒ String
The provider type for your repository.
      1428 1429 1430 1431 1432 1433 1434 1435 1436 1437  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1428 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end  | 
  
#subdirectory ⇒ String
A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
      1428 1429 1430 1431 1432 1433 1434 1435 1436 1437  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1428 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of your registered template.
      1428 1429 1430 1431 1432 1433 1434 1435 1436 1437  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1428 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end  | 
  
#template_type ⇒ String
The type of the registered template.
      1428 1429 1430 1431 1432 1433 1434 1435 1436 1437  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1428 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end  |