Class: Aws::Types::GetMergeCommitInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_detail_level"FILE_LEVEL", "LINE_LEVEL"

Returns the value of attribute conflict_detail_level.

Returns:

  • ("FILE_LEVEL", "LINE_LEVEL")


916
917
918
# File 'sig/types.rbs', line 916

def conflict_detail_level
  @conflict_detail_level
end

#conflict_resolution_strategy"NONE", ...

Returns the value of attribute conflict_resolution_strategy.

Returns:

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


917
918
919
# File 'sig/types.rbs', line 917

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def destination_commit_specifier
  @destination_commit_specifier
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def source_commit_specifier
  @source_commit_specifier
end