Class: Aws::Types::UpdatePullRequestApprovalRuleContentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullRequestApprovalRuleContentInput
- 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.
-
#existing_rule_content_sha_256 ⇒ ::String
Returns the value of attribute existing_rule_content_sha_256.
-
#new_rule_content ⇒ ::String
Returns the value of attribute new_rule_content.
-
#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.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def approval_rule_name @approval_rule_name end |
#existing_rule_content_sha_256 ⇒ ::String
Returns the value of attribute existing_rule_content_sha_256.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def existing_rule_content_sha_256 @existing_rule_content_sha_256 end |
#new_rule_content ⇒ ::String
Returns the value of attribute new_rule_content.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def new_rule_content @new_rule_content end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def pull_request_id @pull_request_id end |