Class: Aws::Types::DescribeMergeConflictsOutput

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)


570
571
572
# File 'sig/types.rbs', line 570

def base_commit_id
  @base_commit_id
end

#conflict_metadataTypes::ConflictMetadata

Returns the value of attribute conflict_metadata.



565
566
567
# File 'sig/types.rbs', line 565

def 
  @conflict_metadata
end

#destination_commit_id::String

Returns the value of attribute destination_commit_id.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def destination_commit_id
  @destination_commit_id
end

#merge_hunks::Array[Types::MergeHunk]

Returns the value of attribute merge_hunks.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def merge_hunks
  @merge_hunks
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def next_token
  @next_token
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def source_commit_id
  @source_commit_id
end