Class: Aws::Types::PullRequestSourceReferenceUpdatedEventMetadata
- Inherits:
-
Object
- Object
- Aws::Types::PullRequestSourceReferenceUpdatedEventMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
-
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
-
#merge_base ⇒ ::String
Returns the value of attribute merge_base.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def after_commit_id @after_commit_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def before_commit_id @before_commit_id end |
#merge_base ⇒ ::String
Returns the value of attribute merge_base.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def merge_base @merge_base end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def repository_name @repository_name end |