Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#conditions ⇒ ::Array[Types::RuleCondition]
Returns the value of attribute conditions.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#priority ⇒ ::String
Returns the value of attribute priority.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#transforms ⇒ ::Array[Types::RuleTransform]
Returns the value of attribute transforms.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
962 963 964 |
# File 'sig/types.rbs', line 962 def actions @actions end |
#conditions ⇒ ::Array[Types::RuleCondition]
Returns the value of attribute conditions.
961 962 963 |
# File 'sig/types.rbs', line 961 def conditions @conditions end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
963 964 965 |
# File 'sig/types.rbs', line 963 def is_default @is_default end |
#priority ⇒ ::String
Returns the value of attribute priority.
960 961 962 |
# File 'sig/types.rbs', line 960 def priority @priority end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
959 960 961 |
# File 'sig/types.rbs', line 959 def rule_arn @rule_arn end |
#transforms ⇒ ::Array[Types::RuleTransform]
Returns the value of attribute transforms.
964 965 966 |
# File 'sig/types.rbs', line 964 def transforms @transforms end |