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.
13766 13767 13768 |
# File 'sig/types.rbs', line 13766 def dimension @dimension end |
#metric_values ⇒ ::Array[Types::MetricValue]
Returns the value of attribute metric_values.
13768 13769 13770 |
# File 'sig/types.rbs', line 13768 def metric_values @metric_values end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
13767 13768 13769 |
# File 'sig/types.rbs', line 13767 def @timestamp end |