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.
30375 30376 30377 30378 30379 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30375 class StatelessCustomPublishMetricActionDimension < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |