Class: Aws::Types::CreateTemplateSyncConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateSyncConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
329 330 331 |
# File 'sig/types.rbs', line 329 def branch @branch end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
330 331 332 |
# File 'sig/types.rbs', line 330 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
331 332 333 |
# File 'sig/types.rbs', line 331 def repository_provider @repository_provider end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
332 333 334 |
# File 'sig/types.rbs', line 332 def subdirectory @subdirectory end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
333 334 335 |
# File 'sig/types.rbs', line 333 def template_name @template_name end |
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
334 335 336 |
# File 'sig/types.rbs', line 334 def template_type @template_type end |