Class: Aws::Proton::Types::UpdateTemplateSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateTemplateSyncConfigInput
- 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 repository provider.
-
#subdirectory ⇒ String
A subdirectory path to your template bundle version.
-
#template_name ⇒ String
The synced template name.
-
#template_type ⇒ String
The synced template type.
Instance Attribute Details
#branch ⇒ String
The repository branch for your template.
6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-proton/types.rb', line 6674 class UpdateTemplateSyncConfigInput < 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`).
6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-proton/types.rb', line 6674 class UpdateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#repository_provider ⇒ String
The repository provider.
6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-proton/types.rb', line 6674 class UpdateTemplateSyncConfigInput < 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. When included, limits the template bundle search to this repository directory.
6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-proton/types.rb', line 6674 class UpdateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The synced template name.
6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-proton/types.rb', line 6674 class UpdateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The synced template type.
6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-proton/types.rb', line 6674 class UpdateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |