Class: Aws::Types::CommitDiffSourceCodeType
- Inherits:
-
Object
- Object
- Aws::Types::CommitDiffSourceCodeType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_commit ⇒ ::String
Returns the value of attribute destination_commit.
-
#merge_base_commit ⇒ ::String
Returns the value of attribute merge_base_commit.
-
#source_commit ⇒ ::String
Returns the value of attribute source_commit.
Instance Attribute Details
#destination_commit ⇒ ::String
Returns the value of attribute destination_commit.
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.
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.
90 91 92 |
# File 'sig/types.rbs', line 90 def source_commit @source_commit end |