Class: Aws::Types::MergePullRequestByThreeWayInput

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)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def author_name
  @author_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


1491
1492
1493
# File 'sig/types.rbs', line 1491

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


1489
1490
1491
# File 'sig/types.rbs', line 1489

def conflict_detail_level
  @conflict_detail_level
end

#conflict_resolutionTypes::ConflictResolution

Returns the value of attribute conflict_resolution.



1495
1496
1497
# File 'sig/types.rbs', line 1495

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


1490
1491
1492
# File 'sig/types.rbs', line 1490

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def email
  @email
end

#keep_empty_foldersBoolean

Returns the value of attribute keep_empty_folders.

Returns:

  • (Boolean)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def keep_empty_folders
  @keep_empty_folders
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


1486
1487
1488
# File 'sig/types.rbs', line 1486

def pull_request_id
  @pull_request_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def repository_name
  @repository_name
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def source_commit_id
  @source_commit_id
end