Class: Aws::Types::TemplateRule
- Inherits:
-
Object
- Object
- Aws::Types::TemplateRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
Instance Attribute Details
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def case_rule_id @case_rule_id end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def field_id @field_id end |