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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#finding_fields_updateTypes::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

#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*.

[1]: docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html

Returns:

  • (String)


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