Class: Aws::SecurityHub::Types::StatelessCustomActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StatelessCustomActionDefinition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The definition of a custom action that can be used for stateless packet handling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#publish_metric_action ⇒ Types::StatelessCustomPublishMetricAction
Information about metrics to publish to CloudWatch.
Instance Attribute Details
#publish_metric_action ⇒ Types::StatelessCustomPublishMetricAction
Information about metrics to publish to CloudWatch.
30904 30905 30906 30907 30908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30904 class StatelessCustomActionDefinition < Struct.new( :publish_metric_action) SENSITIVE = [] include Aws::Structure end |