Class: Aws::Types::AwsCloudWatchAlarmDimensionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudWatchAlarmDimensionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def value @value end |