Class: Aws::SecurityHub::Types::FirewallPolicyStatelessCustomActionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::FirewallPolicyStatelessCustomActionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A custom action that can be used for stateless packet handling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_definition ⇒ Types::StatelessCustomActionDefinition
The definition of the custom action.
-
#action_name ⇒ String
The name of the custom action.
Instance Attribute Details
#action_definition ⇒ Types::StatelessCustomActionDefinition
The definition of the custom action.
25149 25150 25151 25152 25153 25154 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25149 class FirewallPolicyStatelessCustomActionsDetails < Struct.new( :action_definition, :action_name) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
The name of the custom action.
25149 25150 25151 25152 25153 25154 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25149 class FirewallPolicyStatelessCustomActionsDetails < Struct.new( :action_definition, :action_name) SENSITIVE = [] include Aws::Structure end |