Class: Aws::Types::BatchDescribeMergeConflictsInput

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


136
137
138
# File 'sig/types.rbs', line 136

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


137
138
139
# File 'sig/types.rbs', line 137

def conflict_resolution_strategy
  @conflict_resolution_strategy
end

#destination_commit_specifier::String

Returns the value of attribute destination_commit_specifier.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def destination_commit_specifier
  @destination_commit_specifier
end

#file_paths::Array[::String]

Returns the value of attribute file_paths.

Returns:

  • (::Array[::String])


135
136
137
# File 'sig/types.rbs', line 135

def file_paths
  @file_paths
end

#max_conflict_files::Integer

Returns the value of attribute max_conflict_files.

Returns:

  • (::Integer)


134
135
136
# File 'sig/types.rbs', line 134

def max_conflict_files
  @max_conflict_files
end

#max_merge_hunks::Integer

Returns the value of attribute max_merge_hunks.

Returns:

  • (::Integer)


133
134
135
# File 'sig/types.rbs', line 133

def max_merge_hunks
  @max_merge_hunks
end

#merge_option"FAST_FORWARD_MERGE", ...

Returns the value of attribute merge_option.

Returns:

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


132
133
134
# File 'sig/types.rbs', line 132

def merge_option
  @merge_option
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def next_token
  @next_token
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def repository_name
  @repository_name
end

#source_commit_specifier::String

Returns the value of attribute source_commit_specifier.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def source_commit_specifier
  @source_commit_specifier
end