Class: Aws::Types::UpdateTemplateSyncConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateSyncConfigInput
- 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.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def branch @branch end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def repository_provider @repository_provider end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def subdirectory @subdirectory end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def template_name @template_name end |
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def template_type @template_type end |