Class: Aws::Types::ScalingPolicyMetric
- Inherits:
-
Object
- Object
- Aws::Types::ScalingPolicyMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocations_per_instance ⇒ ::Integer
Returns the value of attribute invocations_per_instance.
-
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
Instance Attribute Details
#invocations_per_instance ⇒ ::Integer
Returns the value of attribute invocations_per_instance.
10699 10700 10701 |
# File 'sig/types.rbs', line 10699 def invocations_per_instance @invocations_per_instance end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
10700 10701 10702 |
# File 'sig/types.rbs', line 10700 def model_latency @model_latency end |