Class: Aws::Types::RepositorySyncDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RepositorySyncDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#directory ⇒ ::String
Returns the value of attribute directory.
-
#parent ⇒ ::String
Returns the value of attribute parent.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
334 335 336 |
# File 'sig/types.rbs', line 334 def branch @branch end |
#directory ⇒ ::String
Returns the value of attribute directory.
335 336 337 |
# File 'sig/types.rbs', line 335 def directory @directory end |
#parent ⇒ ::String
Returns the value of attribute parent.
336 337 338 |
# File 'sig/types.rbs', line 336 def parent @parent end |
#target ⇒ ::String
Returns the value of attribute target.
337 338 339 |
# File 'sig/types.rbs', line 337 def target @target end |