Class: Aws::Types::RepositorySyncDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ ::String

Returns the value of attribute branch.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def branch
  @branch
end

#directory ⇒ ::String

Returns the value of attribute directory.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def directory
  @directory
end

#parent ⇒ ::String

Returns the value of attribute parent.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def parent
  @parent
end

#target ⇒ ::String

Returns the value of attribute target.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def target
  @target
end