Class: Aws::Types::GetLoadBalancerMetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetLoadBalancerMetricDataResult
- 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 ⇒ "ClientTLSNegotiationErrorCount", ...
Returns the value of attribute metric_name.
Instance Attribute Details
#metric_data ⇒ ::Array[Types::MetricDatapoint]
Returns the value of attribute metric_data.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def metric_data @metric_data end |
#metric_name ⇒ "ClientTLSNegotiationErrorCount", ...
Returns the value of attribute metric_name.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def metric_name @metric_name end |