You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::HistogramEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::HistogramEntry
- Defined in:
- (unknown)
Overview
An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.
Instance Attribute Summary collapse
-
#count ⇒ Integer
The prevalence of the entry.
-
#value ⇒ Float
The value of the entry.
Instance Attribute Details
#count ⇒ Integer
The prevalence of the entry.
#value ⇒ Float
The value of the entry.