Class: Aws::SecurityHub::Types::AwsCloudWatchAlarmDimensionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudWatchAlarmDimensionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the dimensions for the metric associated with the alarm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a dimension.
-
#value ⇒ String
The value of a dimension.
Instance Attribute Details
#name ⇒ String
The name of a dimension.
4991 4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4991 class AwsCloudWatchAlarmDimensionsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a dimension.
4991 4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4991 class AwsCloudWatchAlarmDimensionsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |