Class: Aws::CodeGuruProfiler::Types::Match
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::Match
- 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
-
#frame_address ⇒ String
The location in the profiling graph that contains a recommendation found during analysis.
-
#target_frames_index ⇒ Integer
The target frame that triggered a match.
-
#threshold_breach_value ⇒ Float
The value in the profile data that exceeded the recommendation threshold.
Instance Attribute Details
#frame_address ⇒ String
The location in the profiling graph that contains a recommendation found during analysis.
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_index ⇒ Integer
The target frame that triggered a match.
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_value ⇒ Float
The value in the profile data that exceeded the recommendation threshold.
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 |