Class: Aws::Types::CreateServiceSyncConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceSyncConfigInput
- 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.
283 284 285 |
# File 'sig/types.rbs', line 283 def branch @branch end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
284 285 286 |
# File 'sig/types.rbs', line 284 def file_path @file_path end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
285 286 287 |
# File 'sig/types.rbs', line 285 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
286 287 288 |
# File 'sig/types.rbs', line 286 def repository_provider @repository_provider end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
287 288 289 |
# File 'sig/types.rbs', line 287 def service_name @service_name end |