Class: Aws::Types::GetContainerServiceMetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetContainerServiceMetricDataResult
- 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", "MemoryUtilization"
Returns the value of attribute metric_name.
Instance Attribute Details
#metric_data ⇒ ::Array[Types::MetricDatapoint]
Returns the value of attribute metric_data.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def metric_data @metric_data end |
#metric_name ⇒ "CPUUtilization", "MemoryUtilization"
Returns the value of attribute metric_name.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def metric_name @metric_name end |