Class: Aws::Types::UpdatePullRequestTitleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullRequestTitleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def pull_request_id @pull_request_id end |
#title ⇒ ::String
Returns the value of attribute title.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def title @title end |