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.
30347 30348 30349 30350 30351 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30347 class StatelessCustomActionDefinition < Struct.new( :publish_metric_action) SENSITIVE = [] include Aws::Structure end |