Class: Aws::Types::MetricDimensionGroups
- Inherits:
-
Object
- Object
- Aws::Types::MetricDimensionGroups
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::DimensionGroupDetail]
Returns the value of attribute groups.
-
#metric ⇒ ::String
Returns the value of attribute metric.
Instance Attribute Details
#groups ⇒ ::Array[Types::DimensionGroupDetail]
Returns the value of attribute groups.
293 294 295 |
# File 'sig/types.rbs', line 293 def groups @groups end |
#metric ⇒ ::String
Returns the value of attribute metric.
292 293 294 |
# File 'sig/types.rbs', line 292 def metric @metric end |