Method: Aws::CodeGuruProfiler::Types::FrameMetricDatum#values
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
#values ⇒ Array<Float>
A list of values that are associated with a frame metric.
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 |