Class: Aws::Types::MetricDimension
- Inherits:
-
Object
- Object
- Aws::Types::MetricDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ ::String
Returns the value of attribute comparison_operator.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#comparison_operator ⇒ ::String
Returns the value of attribute comparison_operator.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def comparison_operator @comparison_operator end |
#value ⇒ ::Float
Returns the value of attribute value.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def value @value end |