Class: Aws::NetworkFirewall::Types::PublishMetricAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::PublishMetricAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
2979 2980 2981 2982 2983 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2979 class PublishMetricAction < Struct.new( :dimensions) SENSITIVE = [] include Aws::Structure end |