Class: Aws::SecurityHub::Types::AutomationRulesAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#finding_fields_updateTypes::AutomationRulesFindingFieldsUpdate

Specifies that the automation rule action is an update to a finding field.



445
446
447
448
449
450
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 445

class AutomationRulesAction < Struct.new(
  :type,
  :finding_fields_update)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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.

Returns:

  • (String)


445
446
447
448
449
450
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 445

class AutomationRulesAction < Struct.new(
  :type,
  :finding_fields_update)
  SENSITIVE = []
  include Aws::Structure
end