Class: Aws::Types::EntityMetricData
- Inherits:
-
Object
- Object
- Aws::Types::EntityMetricData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity ⇒ Types::Entity
Returns the value of attribute entity.
-
#metric_data ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_data.
Instance Attribute Details
#entity ⇒ Types::Entity
Returns the value of attribute entity.
348 349 350 |
# File 'sig/types.rbs', line 348 def entity @entity end |
#metric_data ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_data.
349 350 351 |
# File 'sig/types.rbs', line 349 def metric_data @metric_data end |