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.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def namespace @namespace end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def statistic @statistic end |