Class: Aws::CodeGuruProfiler::Types::FrameMetricDatum

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb

Overview

Information about a frame metric and its values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frame_metricTypes::FrameMetric

The frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.

Returns:



672
673
674
675
676
677
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 672

class FrameMetricDatum < Struct.new(
  :frame_metric,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Float>

A list of values that are associated with a frame metric.

Returns:

  • (Array<Float>)


672
673
674
675
676
677
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 672

class FrameMetricDatum < Struct.new(
  :frame_metric,
  :values)
  SENSITIVE = []
  include Aws::Structure
end