Class: Aws::Types::MergeBranchesByThreeWayInput

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)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def author_name
  @author_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

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")


1406
1407
1408
# File 'sig/types.rbs', line 1406

def conflict_detail_level
  @conflict_detail_level
end

#conflict_resolutionTypes::ConflictResolution

Returns the value of attribute conflict_resolution.



1412
1413
1414
# File 'sig/types.rbs', line 1412

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")


1407
1408
1409
# File 'sig/types.rbs', line 1407

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def destination_commit_specifier
  @destination_commit_specifier
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def email
  @email
end

#keep_empty_foldersBoolean

Returns the value of attribute keep_empty_folders.

Returns:

  • (Boolean)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def keep_empty_folders
  @keep_empty_folders
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def source_commit_specifier
  @source_commit_specifier
end

#target_branch::String

Returns the value of attribute target_branch.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def target_branch
  @target_branch
end