Class: Aws::Types::PredefinedScalingMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PredefinedScalingMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#predefined_scaling_metric_type ⇒ "ASGAverageCPUUtilization", ...
Returns the value of attribute predefined_scaling_metric_type.
-
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
Instance Attribute Details
#predefined_scaling_metric_type ⇒ "ASGAverageCPUUtilization", ...
Returns the value of attribute predefined_scaling_metric_type.
146 147 148 |
# File 'sig/types.rbs', line 146 def predefined_scaling_metric_type @predefined_scaling_metric_type end |
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
147 148 149 |
# File 'sig/types.rbs', line 147 def resource_label @resource_label end |