You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruProfiler::Types::Match

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The part of a profile that contains a recommendation found during analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#frame_addressString

The location in the profiling graph that contains a recommendation found during analysis.

Returns:

  • (String)

    The location in the profiling graph that contains a recommendation found during analysis.

#target_frames_indexInteger

The target frame that triggered a match.

Returns:

  • (Integer)

    The target frame that triggered a match.

#threshold_breach_valueFloat

The value in the profile data that exceeded the recommendation threshold.

Returns:

  • (Float)

    The value in the profile data that exceeded the recommendation threshold.