Class: Aws::Types::MergeBranchesBySquashInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#author_name::String

Returns the value of attribute author_name.

Returns:

  • (::String)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def author_name
  @author_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def commit_message
  @commit_message
end

#conflict_detail_level"FILE_LEVEL", "LINE_LEVEL"

Returns the value of attribute conflict_detail_level.

Returns:

  • ("FILE_LEVEL", "LINE_LEVEL")


1385
1386
1387
# File 'sig/types.rbs', line 1385

def conflict_detail_level
  @conflict_detail_level
end

#conflict_resolutionTypes::ConflictResolution

Returns the value of attribute conflict_resolution.



1391
1392
1393
# File 'sig/types.rbs', line 1391

def conflict_resolution
  @conflict_resolution
end

#conflict_resolution_strategy"NONE", ...

Returns the value of attribute conflict_resolution_strategy.

Returns:

  • ("NONE", "ACCEPT_SOURCE", "ACCEPT_DESTINATION", "AUTOMERGE")


1386
1387
1388
# File 'sig/types.rbs', line 1386

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def destination_commit_specifier
  @destination_commit_specifier
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def email
  @email
end

#keep_empty_foldersBoolean

Returns the value of attribute keep_empty_folders.

Returns:

  • (Boolean)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def keep_empty_folders
  @keep_empty_folders
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def source_commit_specifier
  @source_commit_specifier
end

#target_branch::String

Returns the value of attribute target_branch.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def target_branch
  @target_branch
end