Class: Aws::Types::OverridePullRequestApprovalRulesInput
- Inherits:
-
Object
- Object
- Aws::Types::OverridePullRequestApprovalRulesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override_status ⇒ "OVERRIDE", "REVOKE"
Returns the value of attribute override_status.
-
#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
#override_status ⇒ "OVERRIDE", "REVOKE"
Returns the value of attribute override_status.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def override_status @override_status end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def pull_request_id @pull_request_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def revision_id @revision_id end |