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.
13772 13773 13774 |
# File 'sig/types.rbs', line 13772 def dimension @dimension end |
#metric_values ⇒ ::Array[Types::MetricValue]
Returns the value of attribute metric_values.
13774 13775 13776 |
# File 'sig/types.rbs', line 13774 def metric_values @metric_values end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
13773 13774 13775 |
# File 'sig/types.rbs', line 13773 def @timestamp end |