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>
6771 6772 6773 6774 6775 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 6771 class PublishMetricAction < Struct.new( :dimensions) SENSITIVE = [] include Aws::Structure end |