Class: Aws::SecurityHub::Types::RuleGroupSourceCustomActionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceCustomActionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_definition ⇒ Types::StatelessCustomActionDefinition
The definition of a custom action.
-
#action_name ⇒ String
A descriptive name of the custom action.
Instance Attribute Details
#action_definition ⇒ Types::StatelessCustomActionDefinition
The definition of a custom action.
28910 28911 28912 28913 28914 28915 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28910 class RuleGroupSourceCustomActionsDetails < Struct.new( :action_definition, :action_name) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
A descriptive name of the custom action.
28910 28911 28912 28913 28914 28915 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28910 class RuleGroupSourceCustomActionsDetails < Struct.new( :action_definition, :action_name) SENSITIVE = [] include Aws::Structure end |