Class: Aws::Types::CustomizedScalingMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CustomizedScalingMetricSpecification
- 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.
46 47 48 |
# File 'sig/types.rbs', line 46 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
45 46 47 |
# File 'sig/types.rbs', line 45 def namespace @namespace end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
47 48 49 |
# File 'sig/types.rbs', line 47 def statistic @statistic end |
#unit ⇒ ::String
Returns the value of attribute unit.
48 49 50 |
# File 'sig/types.rbs', line 48 def unit @unit end |