Class: Aws::Types::CreateAutomationRuleV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomationRuleV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::AutomationRulesActionV2]
Returns the value of attribute actions.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#criteria ⇒ Types::Criteria
Returns the value of attribute criteria.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#actions ⇒ ::Array[Types::AutomationRulesActionV2]
Returns the value of attribute actions.
5144 5145 5146 |
# File 'sig/types.rbs', line 5144 def actions @actions end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
5146 5147 5148 |
# File 'sig/types.rbs', line 5146 def client_token @client_token end |
#criteria ⇒ Types::Criteria
Returns the value of attribute criteria.
5143 5144 5145 |
# File 'sig/types.rbs', line 5143 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
5141 5142 5143 |
# File 'sig/types.rbs', line 5141 def description @description end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
5139 5140 5141 |
# File 'sig/types.rbs', line 5139 def rule_name @rule_name end |
#rule_order ⇒ ::Float
Returns the value of attribute rule_order.
5142 5143 5144 |
# File 'sig/types.rbs', line 5142 def rule_order @rule_order end |
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
5140 5141 5142 |
# File 'sig/types.rbs', line 5140 def rule_status @rule_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5145 5146 5147 |
# File 'sig/types.rbs', line 5145 def @tags end |