Class: Aws::Types::GetMergeConflictsOutput

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)


945
946
947
# File 'sig/types.rbs', line 945

def base_commit_id
  @base_commit_id
end

#conflict_metadata_list::Array[Types::ConflictMetadata]

Returns the value of attribute conflict_metadata_list.

Returns:



946
947
948
# File 'sig/types.rbs', line 946

def 
  @conflict_metadata_list
end

#destination_commit_id::String

Returns the value of attribute destination_commit_id.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def destination_commit_id
  @destination_commit_id
end

#mergeableBoolean

Returns the value of attribute mergeable.

Returns:

  • (Boolean)


942
943
944
# File 'sig/types.rbs', line 942

def mergeable
  @mergeable
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def next_token
  @next_token
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def source_commit_id
  @source_commit_id
end