Class: Aws::Types::Latency
- Inherits:
-
Object
- Object
- Aws::Types::Latency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#p10 ⇒ ::Float
Returns the value of attribute p10.
-
#p50 ⇒ ::Float
Returns the value of attribute p50.
-
#p75 ⇒ ::Float
Returns the value of attribute p75.
-
#p85 ⇒ ::Float
Returns the value of attribute p85.
-
#p90 ⇒ ::Float
Returns the value of attribute p90.
-
#p95 ⇒ ::Float
Returns the value of attribute p95.
-
#p99 ⇒ ::Float
Returns the value of attribute p99.
-
#p999 ⇒ ::Float
Returns the value of attribute p999.
Instance Attribute Details
#p10 ⇒ ::Float
Returns the value of attribute p10.
644 645 646 |
# File 'sig/types.rbs', line 644 def p10 @p10 end |
#p50 ⇒ ::Float
Returns the value of attribute p50.
643 644 645 |
# File 'sig/types.rbs', line 643 def p50 @p50 end |
#p75 ⇒ ::Float
Returns the value of attribute p75.
642 643 644 |
# File 'sig/types.rbs', line 642 def p75 @p75 end |
#p85 ⇒ ::Float
Returns the value of attribute p85.
641 642 643 |
# File 'sig/types.rbs', line 641 def p85 @p85 end |
#p90 ⇒ ::Float
Returns the value of attribute p90.
640 641 642 |
# File 'sig/types.rbs', line 640 def p90 @p90 end |
#p95 ⇒ ::Float
Returns the value of attribute p95.
639 640 641 |
# File 'sig/types.rbs', line 639 def p95 @p95 end |
#p99 ⇒ ::Float
Returns the value of attribute p99.
638 639 640 |
# File 'sig/types.rbs', line 638 def p99 @p99 end |
#p999 ⇒ ::Float
Returns the value of attribute p999.
637 638 639 |
# File 'sig/types.rbs', line 637 def p999 @p999 end |