Class: Aws::Types::PullRequestCreatedEventMetadata
- Inherits:
-
Object
- Object
- Aws::Types::PullRequestCreatedEventMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
-
#merge_base ⇒ ::String
Returns the value of attribute merge_base.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
Instance Attribute Details
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def destination_commit_id @destination_commit_id end |
#merge_base ⇒ ::String
Returns the value of attribute merge_base.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def merge_base @merge_base end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def repository_name @repository_name end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def source_commit_id @source_commit_id end |