Class: Aws::Types::CreatePullRequestApprovalRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePullRequestApprovalRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_content ⇒ ::String
Returns the value of attribute approval_rule_content.
-
#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_content ⇒ ::String
Returns the value of attribute approval_rule_content.
415 416 417 |
# File 'sig/types.rbs', line 415 def approval_rule_content @approval_rule_content end |
#approval_rule_name ⇒ ::String
Returns the value of attribute approval_rule_name.
414 415 416 |
# File 'sig/types.rbs', line 414 def approval_rule_name @approval_rule_name end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def pull_request_id @pull_request_id end |