Class: Aws::Types::TemplateSyncConfig
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSyncConfig
- 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.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def branch @branch end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def repository_provider @repository_provider end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def subdirectory @subdirectory end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def template_name @template_name end |
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def template_type @template_type end |