Class: Aws::Types::MetricStreamStatisticsMetric
- Inherits:
-
Object
- Object
- Aws::Types::MetricStreamStatisticsMetric
- 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.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
860 861 862 |
# File 'sig/types.rbs', line 860 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
859 860 861 |
# File 'sig/types.rbs', line 859 def namespace @namespace end |