Class: Aws::Types::UpdatePullRequestApprovalStateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullRequestApprovalStateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_state ⇒ "APPROVE", "REVOKE"
Returns the value of attribute approval_state.
-
#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
#approval_state ⇒ "APPROVE", "REVOKE"
Returns the value of attribute approval_state.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def approval_state @approval_state end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def pull_request_id @pull_request_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def revision_id @revision_id end |