Class: Aws::Types::PredefinedMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PredefinedMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#predefined_metric_type ⇒ "ASGAverageCPUUtilization", ...
Returns the value of attribute predefined_metric_type.
-
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
Instance Attribute Details
#predefined_metric_type ⇒ "ASGAverageCPUUtilization", ...
Returns the value of attribute predefined_metric_type.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def predefined_metric_type @predefined_metric_type end |
#resource_label ⇒ ::String
Returns the value of attribute resource_label.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def resource_label @resource_label end |