Class: Aws::Types::Latency

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#p10::Float

Returns the value of attribute p10.

Returns:

  • (::Float)


644
645
646
# File 'sig/types.rbs', line 644

def p10
  @p10
end

#p50::Float

Returns the value of attribute p50.

Returns:

  • (::Float)


643
644
645
# File 'sig/types.rbs', line 643

def p50
  @p50
end

#p75::Float

Returns the value of attribute p75.

Returns:

  • (::Float)


642
643
644
# File 'sig/types.rbs', line 642

def p75
  @p75
end

#p85::Float

Returns the value of attribute p85.

Returns:

  • (::Float)


641
642
643
# File 'sig/types.rbs', line 641

def p85
  @p85
end

#p90::Float

Returns the value of attribute p90.

Returns:

  • (::Float)


640
641
642
# File 'sig/types.rbs', line 640

def p90
  @p90
end

#p95::Float

Returns the value of attribute p95.

Returns:

  • (::Float)


639
640
641
# File 'sig/types.rbs', line 639

def p95
  @p95
end

#p99::Float

Returns the value of attribute p99.

Returns:

  • (::Float)


638
639
640
# File 'sig/types.rbs', line 638

def p99
  @p99
end

#p999::Float

Returns the value of attribute p999.

Returns:

  • (::Float)


637
638
639
# File 'sig/types.rbs', line 637

def p999
  @p999
end