Class: Aws::Types::ModelLatencyThreshold
- Inherits:
-
Object
- Object
- Aws::Types::ModelLatencyThreshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#percentile ⇒ ::String
Returns the value of attribute percentile.
-
#value_in_milliseconds ⇒ ::Integer
Returns the value of attribute value_in_milliseconds.
Instance Attribute Details
#percentile ⇒ ::String
Returns the value of attribute percentile.
9002 9003 9004 |
# File 'sig/types.rbs', line 9002 def percentile @percentile end |
#value_in_milliseconds ⇒ ::Integer
Returns the value of attribute value_in_milliseconds.
9003 9004 9005 |
# File 'sig/types.rbs', line 9003 def value_in_milliseconds @value_in_milliseconds end |