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)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def branch
  @branch
end

#directory ⇒ ::String

Returns the value of attribute directory.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def directory
  @directory
end

#parent ⇒ ::String

Returns the value of attribute parent.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def parent
  @parent
end

#target ⇒ ::String

Returns the value of attribute target.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def target
  @target
end