Class: Aws::Types::RoundTripTime
- Inherits:
-
Object
- Object
- Aws::Types::RoundTripTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#p50 ⇒ ::Float
Returns the value of attribute p50.
-
#p90 ⇒ ::Float
Returns the value of attribute p90.
-
#p95 ⇒ ::Float
Returns the value of attribute p95.
Instance Attribute Details
#p50 ⇒ ::Float
Returns the value of attribute p50.
354 355 356 |
# File 'sig/types.rbs', line 354 def p50 @p50 end |
#p90 ⇒ ::Float
Returns the value of attribute p90.
355 356 357 |
# File 'sig/types.rbs', line 355 def p90 @p90 end |
#p95 ⇒ ::Float
Returns the value of attribute p95.
356 357 358 |
# File 'sig/types.rbs', line 356 def p95 @p95 end |