Class: Aws::Types::UpdateServiceSyncConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceSyncConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def branch @branch end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def file_path @file_path end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def repository_provider @repository_provider end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def service_name @service_name end |