Class: Aws::Types::MetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension ⇒ Types::CapacityManagerDimension
Returns the value of attribute dimension.
-
#metric_values ⇒ ::Array[Types::MetricValue]
Returns the value of attribute metric_values.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#dimension ⇒ Types::CapacityManagerDimension
Returns the value of attribute dimension.
13174 13175 13176 |
# File 'sig/types.rbs', line 13174 def dimension @dimension end |
#metric_values ⇒ ::Array[Types::MetricValue]
Returns the value of attribute metric_values.
13176 13177 13178 |
# File 'sig/types.rbs', line 13176 def metric_values @metric_values end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
13175 13176 13177 |
# File 'sig/types.rbs', line 13175 def @timestamp end |