Class: Aws::Types::CustomizedLoadMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CustomizedLoadMetricSpecification
- 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.
-
#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.
37 38 39 |
# File 'sig/types.rbs', line 37 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
36 37 38 |
# File 'sig/types.rbs', line 36 def namespace @namespace end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
38 39 40 |
# File 'sig/types.rbs', line 38 def statistic @statistic end |
#unit ⇒ ::String
Returns the value of attribute unit.
39 40 41 |
# File 'sig/types.rbs', line 39 def unit @unit end |