Class: Aws::SecurityHub::Types::FirewallPolicyStatelessCustomActionsDetails

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

Instance Attribute Details

#action_definitionTypes::StatelessCustomActionDefinition

The definition of the custom action.



25152
25153
25154
25155
25156
25157
# File 'lib/aws-sdk-securityhub/types.rb', line 25152

class FirewallPolicyStatelessCustomActionsDetails < Struct.new(
  :action_definition,
  :action_name)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The name of the custom action.



25152
25153
25154
25155
25156
25157
# File 'lib/aws-sdk-securityhub/types.rb', line 25152

class FirewallPolicyStatelessCustomActionsDetails < Struct.new(
  :action_definition,
  :action_name)
  SENSITIVE = []
  include Aws::Structure
end