Class: Aws::Types::MetricKeyDataPoints
- Inherits:
-
Object
- Object
- Aws::Types::MetricKeyDataPoints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_points ⇒ ::Array[Types::DataPoint]
Returns the value of attribute data_points.
-
#key ⇒ Types::ResponseResourceMetricKey
Returns the value of attribute key.
Instance Attribute Details
#data_points ⇒ ::Array[Types::DataPoint]
Returns the value of attribute data_points.
299 300 301 |
# File 'sig/types.rbs', line 299 def data_points @data_points end |
#key ⇒ Types::ResponseResourceMetricKey
Returns the value of attribute key.
298 299 300 |
# File 'sig/types.rbs', line 298 def key @key end |