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.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def branch @branch end |
#directory ⇒ ::String
Returns the value of attribute directory.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def directory @directory end |
#parent ⇒ ::String
Returns the value of attribute parent.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def parent @parent end |
#target ⇒ ::String
Returns the value of attribute target.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def target @target end |