Class: Aws::Types::UpdatePullRequestDescriptionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullRequestDescriptionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def description @description end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def pull_request_id @pull_request_id end |