Class: Aws::Types::CreateApprovalRuleTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApprovalRuleTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_template_content ⇒ ::String
Returns the value of attribute approval_rule_template_content.
-
#approval_rule_template_description ⇒ ::String
Returns the value of attribute approval_rule_template_description.
-
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
Instance Attribute Details
#approval_rule_template_content ⇒ ::String
Returns the value of attribute approval_rule_template_content.
372 373 374 |
# File 'sig/types.rbs', line 372 def approval_rule_template_content @approval_rule_template_content end |
#approval_rule_template_description ⇒ ::String
Returns the value of attribute approval_rule_template_description.
373 374 375 |
# File 'sig/types.rbs', line 373 def approval_rule_template_description @approval_rule_template_description end |
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def approval_rule_template_name @approval_rule_template_name end |