Class: Aws::Types::PullRequestMergedStateChangedEventMetadata
- Inherits:
-
Object
- Object
- Aws::Types::PullRequestMergedStateChangedEventMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_reference ⇒ ::String
Returns the value of attribute destination_reference.
-
#merge_metadata ⇒ Types::MergeMetadata
Returns the value of attribute merge_metadata.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#destination_reference ⇒ ::String
Returns the value of attribute destination_reference.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def destination_reference @destination_reference end |
#merge_metadata ⇒ Types::MergeMetadata
Returns the value of attribute merge_metadata.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def @merge_metadata end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def repository_name @repository_name end |