Class: Aws::SecurityHub::Types::StatelessCustomPublishMetricActionDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StatelessCustomPublishMetricActionDimension
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Defines a CloudWatch dimension value to publish.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The value to use for the custom metric dimension.
Instance Attribute Details
#value ⇒ String
The value to use for the custom metric dimension.
30379 30380 30381 30382 30383 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30379 class StatelessCustomPublishMetricActionDimension < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |