Class: Aws::Types::GetMergeConflictsInput

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


934
935
936
# File 'sig/types.rbs', line 934

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


936
937
938
# File 'sig/types.rbs', line 936

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def destination_commit_specifier
  @destination_commit_specifier
end

#max_conflict_files::Integer

Returns the value of attribute max_conflict_files.

Returns:

  • (::Integer)


935
936
937
# File 'sig/types.rbs', line 935

def max_conflict_files
  @max_conflict_files
end

#merge_option"FAST_FORWARD_MERGE", ...

Returns the value of attribute merge_option.

Returns:

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


933
934
935
# File 'sig/types.rbs', line 933

def merge_option
  @merge_option
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def next_token
  @next_token
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def source_commit_specifier
  @source_commit_specifier
end