Class: Aws::Types::CreateAutomationRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomationRuleRequest
- 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_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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#actions ⇒ ::Array[Types::AutomationRulesAction]
Returns the value of attribute actions.
5129 5130 5131 |
# File 'sig/types.rbs', line 5129 def actions @actions end |
#criteria ⇒ Types::AutomationRulesFindingFilters
Returns the value of attribute criteria.
5128 5129 5130 |
# File 'sig/types.rbs', line 5128 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
5126 5127 5128 |
# File 'sig/types.rbs', line 5126 def description @description end |
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
5127 5128 5129 |
# File 'sig/types.rbs', line 5127 def is_terminal @is_terminal end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
5125 5126 5127 |
# File 'sig/types.rbs', line 5125 def rule_name @rule_name end |
#rule_order ⇒ ::Integer
Returns the value of attribute rule_order.
5124 5125 5126 |
# File 'sig/types.rbs', line 5124 def rule_order @rule_order end |
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
5123 5124 5125 |
# File 'sig/types.rbs', line 5123 def rule_status @rule_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5122 5123 5124 |
# File 'sig/types.rbs', line 5122 def @tags end |