You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeGuruProfiler::Types::FrameMetricDatum
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::FrameMetricDatum
- Defined in:
- (unknown)
Overview
Information about a frame metric and its values.
Instance Attribute Summary collapse
-
#frame_metric ⇒ Types::FrameMetric
The frame name, metric type, and thread states.
-
#values ⇒ Array<Float>
A list of values that are associated with a frame metric.
Instance Attribute Details
#frame_metric ⇒ Types::FrameMetric
The frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.
#values ⇒ Array<Float>
A list of values that are associated with a frame metric.