Class: Aws::Types::MergeBranchesByFastForwardInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def destination_commit_specifier
  @destination_commit_specifier
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def source_commit_specifier
  @source_commit_specifier
end

#target_branch::String

Returns the value of attribute target_branch.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def target_branch
  @target_branch
end