Class: Aws::Types::UpdateApprovalRuleTemplateContentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApprovalRuleTemplateContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_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.
Instance Attribute Details
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def approval_rule_template_name @approval_rule_template_name end |
#existing_rule_content_sha_256 ⇒ ::String
Returns the value of attribute existing_rule_content_sha_256.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def existing_rule_content_sha_256 @existing_rule_content_sha_256 end |
#new_rule_content ⇒ ::String
Returns the value of attribute new_rule_content.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def new_rule_content @new_rule_content end |