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.
13445 13446 13447 |
# File 'sig/types.rbs', line 13445 def dimension @dimension end |
#metric_values ⇒ ::Array[Types::MetricValue]
Returns the value of attribute metric_values.
13447 13448 13449 |
# File 'sig/types.rbs', line 13447 def metric_values @metric_values end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
13446 13447 13448 |
# File 'sig/types.rbs', line 13446 def @timestamp end |