Class: Aws::Types::PredefinedLoadMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PredefinedLoadMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#predefined_load_metric_type ⇒ "ASGTotalCPUUtilization", ...
Returns the value of attribute predefined_load_metric_type.
-
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
Instance Attribute Details
#predefined_load_metric_type ⇒ "ASGTotalCPUUtilization", ...
Returns the value of attribute predefined_load_metric_type.
140 141 142 |
# File 'sig/types.rbs', line 140 def predefined_load_metric_type @predefined_load_metric_type end |
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
141 142 143 |
# File 'sig/types.rbs', line 141 def resource_label @resource_label end |