Class: Aws::Types::GetInstanceMetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceMetricDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_data ⇒ ::Array[Types::MetricDatapoint]
Returns the value of attribute metric_data.
-
#metric_name ⇒ "CPUUtilization", ...
Returns the value of attribute metric_name.
Instance Attribute Details
#metric_data ⇒ ::Array[Types::MetricDatapoint]
Returns the value of attribute metric_data.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def metric_data @metric_data end |
#metric_name ⇒ "CPUUtilization", ...
Returns the value of attribute metric_name.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def metric_name @metric_name end |