Struct aws_sdk_codeguruprofiler::model::Match
source · #[non_exhaustive]pub struct Match { /* private fields */ }
Expand description
The part of a profile that contains a recommendation found during analysis.
Implementations§
source§impl Match
impl Match
sourcepub fn target_frames_index(&self) -> Option<i32>
pub fn target_frames_index(&self) -> Option<i32>
The target frame that triggered a match.
sourcepub fn frame_address(&self) -> Option<&str>
pub fn frame_address(&self) -> Option<&str>
The location in the profiling graph that contains a recommendation found during analysis.
sourcepub fn threshold_breach_value(&self) -> Option<f64>
pub fn threshold_breach_value(&self) -> Option<f64>
The value in the profile data that exceeded the recommendation threshold.