Class: Aws::Types::CommitDiffSourceCodeType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commit::String

Returns the value of attribute destination_commit.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def destination_commit
  @destination_commit
end

#merge_base_commit::String

Returns the value of attribute merge_base_commit.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def merge_base_commit
  @merge_base_commit
end

#source_commit::String

Returns the value of attribute source_commit.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def source_commit
  @source_commit
end