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.
10692 10693 10694 |
# File 'sig/types.rbs', line 10692 def invocations_per_instance @invocations_per_instance end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
10693 10694 10695 |
# File 'sig/types.rbs', line 10693 def model_latency @model_latency end |