Class: Aws::Types::PredictiveScalingPredefinedLoadMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveScalingPredefinedLoadMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#predefined_metric_type ⇒ ::String
Returns the value of attribute predefined_metric_type.
-
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
Instance Attribute Details
#predefined_metric_type ⇒ ::String
Returns the value of attribute predefined_metric_type.
267 268 269 |
# File 'sig/types.rbs', line 267 def predefined_metric_type @predefined_metric_type end |
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
268 269 270 |
# File 'sig/types.rbs', line 268 def resource_label @resource_label end |