Class: Aws::SecurityHub::Types::AwsCloudWatchAlarmDimensionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudWatchAlarmDimensionsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
5122 5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5122 class AwsCloudWatchAlarmDimensionsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a dimension.
5122 5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5122 class AwsCloudWatchAlarmDimensionsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |