Class: Aws::Types::OriginApprovalRuleTemplate
- Inherits:
-
Object
- Object
- Aws::Types::OriginApprovalRuleTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_template_id ⇒ ::String
Returns the value of attribute approval_rule_template_id.
-
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
Instance Attribute Details
#approval_rule_template_id ⇒ ::String
Returns the value of attribute approval_rule_template_id.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def approval_rule_template_id @approval_rule_template_id end |
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def approval_rule_template_name @approval_rule_template_name end |