Class: Aws::SecurityHub::Types::AutomationRulesAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AutomationRulesAction
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_fields_update ⇒ Types::AutomationRulesFindingFieldsUpdate
Specifies that the automation rule action is an update to a finding field.
-
#type ⇒ String
Specifies that the rule action should update the ‘Types` finding field.
Instance Attribute Details
#finding_fields_update ⇒ Types::AutomationRulesFindingFieldsUpdate
Specifies that the automation rule action is an update to a finding field.
449 450 451 452 453 454 |
# File 'lib/aws-sdk-securityhub/types.rb', line 449 class AutomationRulesAction < Struct.new( :type, :finding_fields_update) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies that the rule action should update the ‘Types` finding field. The `Types` finding field classifies findings in the format of namespace/category/classifier. For more information, see [Types taxonomy for ASFF] in the *Security Hub User Guide*.
[1]: docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html
449 450 451 452 453 454 |
# File 'lib/aws-sdk-securityhub/types.rb', line 449 class AutomationRulesAction < Struct.new( :type, :finding_fields_update) SENSITIVE = [] include Aws::Structure end |