Class: Aws::Types::RuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::RuleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#condition ⇒ ::String
Returns the value of attribute condition.
810 811 812 |
# File 'sig/types.rbs', line 810 def condition @condition end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
809 810 811 |
# File 'sig/types.rbs', line 809 def rule_name @rule_name end |