Class: Aws::Types::ModifyRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyRuleInput
- 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.
-
#reset_transforms ⇒ Boolean
Returns the value of attribute reset_transforms.
-
#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.
797 798 799 |
# File 'sig/types.rbs', line 797 def actions @actions end |
#conditions ⇒ ::Array[Types::RuleCondition]
Returns the value of attribute conditions.
796 797 798 |
# File 'sig/types.rbs', line 796 def conditions @conditions end |
#reset_transforms ⇒ Boolean
Returns the value of attribute reset_transforms.
799 800 801 |
# File 'sig/types.rbs', line 799 def reset_transforms @reset_transforms end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
795 796 797 |
# File 'sig/types.rbs', line 795 def rule_arn @rule_arn end |
#transforms ⇒ ::Array[Types::RuleTransform]
Returns the value of attribute transforms.
798 799 800 |
# File 'sig/types.rbs', line 798 def transforms @transforms end |