Class: Aws::Types::MergeBranchesByFastForwardOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def commit_id
  @commit_id
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def tree_id
  @tree_id
end