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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frame_addressString

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

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1326

class Match < Struct.new(
  :frame_address,
  :target_frames_index,
  :threshold_breach_value)
  SENSITIVE = []
  include Aws::Structure
end

#target_frames_indexInteger

The target frame that triggered a match.

Returns:

  • (Integer)


1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1326

class Match < Struct.new(
  :frame_address,
  :target_frames_index,
  :threshold_breach_value)
  SENSITIVE = []
  include Aws::Structure
end

#threshold_breach_valueFloat

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

Returns:

  • (Float)


1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1326

class Match < Struct.new(
  :frame_address,
  :target_frames_index,
  :threshold_breach_value)
  SENSITIVE = []
  include Aws::Structure
end