Class: Aws::Types::DeletePullRequestApprovalRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePullRequestApprovalRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_name ⇒ ::String
Returns the value of attribute approval_rule_name.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
Instance Attribute Details
#approval_rule_name ⇒ ::String
Returns the value of attribute approval_rule_name.
532 533 534 |
# File 'sig/types.rbs', line 532 def approval_rule_name @approval_rule_name end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
531 532 533 |
# File 'sig/types.rbs', line 531 def pull_request_id @pull_request_id end |