Class: Aws::Types::CreateUnreferencedMergeCommitInput

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)


457
458
459
# File 'sig/types.rbs', line 457

def author_name
  @author_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

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


455
456
457
# File 'sig/types.rbs', line 455

def conflict_detail_level
  @conflict_detail_level
end

#conflict_resolutionTypes::ConflictResolution

Returns the value of attribute conflict_resolution.



461
462
463
# File 'sig/types.rbs', line 461

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


456
457
458
# File 'sig/types.rbs', line 456

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def destination_commit_specifier
  @destination_commit_specifier
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def email
  @email
end

#keep_empty_foldersBoolean

Returns the value of attribute keep_empty_folders.

Returns:

  • (Boolean)


460
461
462
# File 'sig/types.rbs', line 460

def keep_empty_folders
  @keep_empty_folders
end

#merge_option"FAST_FORWARD_MERGE", ...

Returns the value of attribute merge_option.

Returns:

  • ("FAST_FORWARD_MERGE", "SQUASH_MERGE", "THREE_WAY_MERGE")


454
455
456
# File 'sig/types.rbs', line 454

def merge_option
  @merge_option
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def source_commit_specifier
  @source_commit_specifier
end