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 that Security Hub takes when a finding matches the defined criteria of a 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.



443
444
445
446
447
448
# File 'lib/aws-sdk-securityhub/types.rb', line 443

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

#typeString

Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.

Returns:

  • (String)


443
444
445
446
447
448
# File 'lib/aws-sdk-securityhub/types.rb', line 443

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