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 name of the repository, 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5206 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository, for example myrepos/myrepo
.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5206 class TemplateSyncConfig < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |