Class: Aws::Types::CustomizedMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CustomizedMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def namespace @namespace end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def statistic @statistic end |