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 that Security Hub takes when a finding matches the defined criteria of a 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 the type of action that Security Hub takes when a finding matches the defined criteria of a rule.
Instance Attribute Details
#finding_fields_update ⇒ Types::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 |
#type ⇒ String
Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.
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 |