Class: Aws::Proton::Types::TemplateSyncConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::TemplateSyncConfig
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
The detail data for a template sync configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The repository branch.
-
#repository_name ⇒ String
The repository name (for example,
myrepos/myrepo
). -
#repository_provider ⇒ String
The repository provider.
-
#subdirectory ⇒ String
A subdirectory path to your template bundle version.
-
#template_name ⇒ String
The template name.
-
#template_type ⇒ String
The template type.
Instance Attribute Details
#branch ⇒ String
The repository branch.
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5734 class TemplateSyncConfig < 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
).
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5734 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#repository_provider ⇒ String
The repository provider.
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5734 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#subdirectory ⇒ String
A subdirectory path to your template bundle version.
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5734 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The template name.
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5734 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type.
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5734 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |