Class: Aws::Types::GetMergeOptionsOutput

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)


964
965
966
# File 'sig/types.rbs', line 964

def base_commit_id
  @base_commit_id
end

#destination_commit_id::String

Returns the value of attribute destination_commit_id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def destination_commit_id
  @destination_commit_id
end

#merge_options::Array[("FAST_FORWARD_MERGE" | "SQUASH_MERGE" | "THREE_WAY_MERGE")]

Returns the value of attribute merge_options.

Returns:

  • (::Array[("FAST_FORWARD_MERGE" | "SQUASH_MERGE" | "THREE_WAY_MERGE")])


961
962
963
# File 'sig/types.rbs', line 961

def merge_options
  @merge_options
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def source_commit_id
  @source_commit_id
end