Class: Aws::Types::BatchDescribeMergeConflictsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_commit_id::String

Returns the value of attribute base_commit_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def base_commit_id
  @base_commit_id
end

#conflicts::Array[Types::Conflict]

Returns the value of attribute conflicts.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def conflicts
  @conflicts
end

#destination_commit_id::String

Returns the value of attribute destination_commit_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def destination_commit_id
  @destination_commit_id
end

#errors::Array[Types::BatchDescribeMergeConflictsError]

Returns the value of attribute errors.



145
146
147
# File 'sig/types.rbs', line 145

def errors
  @errors
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def next_token
  @next_token
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def source_commit_id
  @source_commit_id
end