Class: Aws::Types::AutomationRulesAction
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_fields_update ⇒ Types::AutomationRulesFindingFieldsUpdate
Returns the value of attribute finding_fields_update.
-
#type ⇒ "FINDING_FIELDS_UPDATE"
Returns the value of attribute type.
Instance Attribute Details
#finding_fields_update ⇒ Types::AutomationRulesFindingFieldsUpdate
Returns the value of attribute finding_fields_update.
176 177 178 |
# File 'sig/types.rbs', line 176 def finding_fields_update @finding_fields_update end |
#type ⇒ "FINDING_FIELDS_UPDATE"
Returns the value of attribute type.
175 176 177 |
# File 'sig/types.rbs', line 175 def type @type end |