Class: Aws::Types::UpdateAutomationRuleV2Request
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomationRuleV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::AutomationRulesActionV2]
Returns the value of attribute actions.
-
#criteria ⇒ Types::Criteria
Returns the value of attribute criteria.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#rule_order ⇒ ::Float
Returns the value of attribute rule_order.
-
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
Instance Attribute Details
#actions ⇒ ::Array[Types::AutomationRulesActionV2]
Returns the value of attribute actions.
7960 7961 7962 |
# File 'sig/types.rbs', line 7960 def actions @actions end |
#criteria ⇒ Types::Criteria
Returns the value of attribute criteria.
7959 7960 7961 |
# File 'sig/types.rbs', line 7959 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
7957 7958 7959 |
# File 'sig/types.rbs', line 7957 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
7954 7955 7956 |
# File 'sig/types.rbs', line 7954 def identifier @identifier end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
7958 7959 7960 |
# File 'sig/types.rbs', line 7958 def rule_name @rule_name end |
#rule_order ⇒ ::Float
Returns the value of attribute rule_order.
7956 7957 7958 |
# File 'sig/types.rbs', line 7956 def rule_order @rule_order end |
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
7955 7956 7957 |
# File 'sig/types.rbs', line 7955 def rule_status @rule_status end |