Class: Aws::Types::CloudWatchMetricsDimension
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchMetricsDimension
- 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.
123 124 125 |
# File 'sig/types.rbs', line 123 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
124 125 126 |
# File 'sig/types.rbs', line 124 def value @value end |