Class: Aws::Types::MetricDimension
- Inherits:
-
Object
- Object
- Aws::Types::MetricDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_name ⇒ ::String
Returns the value of attribute dimension_name.
-
#operator ⇒ "IN", "NOT_IN"
Returns the value of attribute operator.
Instance Attribute Details
#dimension_name ⇒ ::String
Returns the value of attribute dimension_name.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def dimension_name @dimension_name end |
#operator ⇒ "IN", "NOT_IN"
Returns the value of attribute operator.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def operator @operator end |