Class: Aws::Types::GetPullRequestApprovalStatesInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPullRequestApprovalStatesInput
- 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.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
969 970 971 |
# File 'sig/types.rbs', line 969 def pull_request_id @pull_request_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
970 971 972 |
# File 'sig/types.rbs', line 970 def revision_id @revision_id end |