Class: Aws::Types::UpdateAutomationRulesRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomationRulesRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::AutomationRulesAction]
Returns the value of attribute actions.
-
#criteria ⇒ Types::AutomationRulesFindingFilters
Returns the value of attribute criteria.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#rule_order ⇒ ::Integer
Returns the value of attribute rule_order.
-
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
Instance Attribute Details
#actions ⇒ ::Array[Types::AutomationRulesAction]
Returns the value of attribute actions.
7975 7976 7977 |
# File 'sig/types.rbs', line 7975 def actions @actions end |
#criteria ⇒ Types::AutomationRulesFindingFilters
Returns the value of attribute criteria.
7974 7975 7976 |
# File 'sig/types.rbs', line 7974 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
7971 7972 7973 |
# File 'sig/types.rbs', line 7971 def description @description end |
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
7973 7974 7975 |
# File 'sig/types.rbs', line 7973 def is_terminal @is_terminal end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
7968 7969 7970 |
# File 'sig/types.rbs', line 7968 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
7972 7973 7974 |
# File 'sig/types.rbs', line 7972 def rule_name @rule_name end |
#rule_order ⇒ ::Integer
Returns the value of attribute rule_order.
7970 7971 7972 |
# File 'sig/types.rbs', line 7970 def rule_order @rule_order end |
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
7969 7970 7971 |
# File 'sig/types.rbs', line 7969 def rule_status @rule_status end |