Class: Aws::Types::AutomationRulesConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::AutomationRulesAction]
Returns the value of attribute actions.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#actions ⇒ ::Array[Types::AutomationRulesAction]
Returns the value of attribute actions.
200 201 202 |
# File 'sig/types.rbs', line 200 def actions @actions end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
201 202 203 |
# File 'sig/types.rbs', line 201 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
203 204 205 |
# File 'sig/types.rbs', line 203 def created_by @created_by end |
#criteria ⇒ Types::AutomationRulesFindingFilters
Returns the value of attribute criteria.
199 200 201 |
# File 'sig/types.rbs', line 199 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
197 198 199 |
# File 'sig/types.rbs', line 197 def description @description end |
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
198 199 200 |
# File 'sig/types.rbs', line 198 def is_terminal @is_terminal end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
193 194 195 |
# File 'sig/types.rbs', line 193 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def rule_name @rule_name end |
#rule_order ⇒ ::Integer
Returns the value of attribute rule_order.
195 196 197 |
# File 'sig/types.rbs', line 195 def rule_order @rule_order end |
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
194 195 196 |
# File 'sig/types.rbs', line 194 def rule_status @rule_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
202 203 204 |
# File 'sig/types.rbs', line 202 def updated_at @updated_at end |