Class: Aws::Types::EnabledMetric
- Inherits:
-
Object
- Object
- Aws::Types::EnabledMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#granularity ⇒ ::String
Returns the value of attribute granularity.
-
#metric ⇒ ::String
Returns the value of attribute metric.
Instance Attribute Details
#granularity ⇒ ::String
Returns the value of attribute granularity.
657 658 659 |
# File 'sig/types.rbs', line 657 def granularity @granularity end |
#metric ⇒ ::String
Returns the value of attribute metric.
656 657 658 |
# File 'sig/types.rbs', line 656 def metric @metric end |