Class: Aws::Types::MergePullRequestBySquashInput

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)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def author_name
  @author_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

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


1470
1471
1472
# File 'sig/types.rbs', line 1470

def conflict_detail_level
  @conflict_detail_level
end

#conflict_resolutionTypes::ConflictResolution

Returns the value of attribute conflict_resolution.



1476
1477
1478
# File 'sig/types.rbs', line 1476

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


1471
1472
1473
# File 'sig/types.rbs', line 1471

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def email
  @email
end

#keep_empty_foldersBoolean

Returns the value of attribute keep_empty_folders.

Returns:

  • (Boolean)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def keep_empty_folders
  @keep_empty_folders
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def pull_request_id
  @pull_request_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def repository_name
  @repository_name
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def source_commit_id
  @source_commit_id
end