Method: Aws::CodeGuruProfiler::Types::FrameMetricDatum#frame_metric
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
#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.
672 673 674 675 676 677 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 672 class FrameMetricDatum < Struct.new( :frame_metric, :values) SENSITIVE = [] include Aws::Structure end |