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.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#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.
362 363 364 |
# File 'sig/types.rbs', line 362 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
360 361 362 |
# File 'sig/types.rbs', line 360 def metric_name @metric_name end |
#metrics ⇒ ::Array[Types::TargetTrackingMetricDataQuery]
Returns the value of attribute metrics.
366 367 368 |
# File 'sig/types.rbs', line 366 def metrics @metrics end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
361 362 363 |
# File 'sig/types.rbs', line 361 def namespace @namespace end |
#period ⇒ ::Integer
Returns the value of attribute period.
365 366 367 |
# File 'sig/types.rbs', line 365 def period @period end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
363 364 365 |
# File 'sig/types.rbs', line 363 def statistic @statistic end |
#unit ⇒ ::String
Returns the value of attribute unit.
364 365 366 |
# File 'sig/types.rbs', line 364 def unit @unit end |