Class: Aws::Types::GetMergeCommitOutput

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)


924
925
926
# File 'sig/types.rbs', line 924

def base_commit_id
  @base_commit_id
end

#destination_commit_id::String

Returns the value of attribute destination_commit_id.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def destination_commit_id
  @destination_commit_id
end

#merged_commit_id::String

Returns the value of attribute merged_commit_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def merged_commit_id
  @merged_commit_id
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def source_commit_id
  @source_commit_id
end