Class: Aws::Types::PullRequestTarget
- Inherits:
-
Object
- Object
- Aws::Types::PullRequestTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_commit ⇒ ::String
Returns the value of attribute destination_commit.
-
#destination_reference ⇒ ::String
Returns the value of attribute destination_reference.
-
#merge_base ⇒ ::String
Returns the value of attribute merge_base.
-
#merge_metadata ⇒ Types::MergeMetadata
Returns the value of attribute merge_metadata.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_commit ⇒ ::String
Returns the value of attribute source_commit.
-
#source_reference ⇒ ::String
Returns the value of attribute source_reference.
Instance Attribute Details
#destination_commit ⇒ ::String
Returns the value of attribute destination_commit.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def destination_commit @destination_commit end |
#destination_reference ⇒ ::String
Returns the value of attribute destination_reference.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def destination_reference @destination_reference end |
#merge_base ⇒ ::String
Returns the value of attribute merge_base.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def merge_base @merge_base end |
#merge_metadata ⇒ Types::MergeMetadata
Returns the value of attribute merge_metadata.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def @merge_metadata end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def repository_name @repository_name end |
#source_commit ⇒ ::String
Returns the value of attribute source_commit.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def source_commit @source_commit end |
#source_reference ⇒ ::String
Returns the value of attribute source_reference.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def source_reference @source_reference end |