Class: Aws::Types::HistogramEntry
- Inherits:
-
Object
- Object
- Aws::Types::HistogramEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
463 464 465 |
# File 'sig/types.rbs', line 463 def count @count end |
#value ⇒ ::Float
Returns the value of attribute value.
462 463 464 |
# File 'sig/types.rbs', line 462 def value @value end |