Class: Aws::Types::CustomizedMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CustomizedMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::MetricDimension]
Returns the value of attribute dimensions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metrics ⇒ ::Array[Types::TargetTrackingMetricDataQuery]
Returns the value of attribute metrics.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::MetricDimension]
Returns the value of attribute dimensions.
31 32 33 |
# File 'sig/types.rbs', line 31 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
29 30 31 |
# File 'sig/types.rbs', line 29 def metric_name @metric_name end |
#metrics ⇒ ::Array[Types::TargetTrackingMetricDataQuery]
Returns the value of attribute metrics.
34 35 36 |
# File 'sig/types.rbs', line 34 def metrics @metrics end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
30 31 32 |
# File 'sig/types.rbs', line 30 def namespace @namespace end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
32 33 34 |
# File 'sig/types.rbs', line 32 def statistic @statistic end |
#unit ⇒ ::String
Returns the value of attribute unit.
33 34 35 |
# File 'sig/types.rbs', line 33 def unit @unit end |