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

Class: Aws::CodeGuruProfiler::Types::Recommendation

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

Overview

A potential improvement that was found from analyzing the profiling data.

Instance Attribute Summary collapse

Instance Attribute Details

#all_matches_count ⇒ Integer

How many different places in the profile graph triggered a match.

Returns:

  • (Integer) —

    How many different places in the profile graph triggered a match.

#all_matches_sum ⇒ Float

How much of the total sample count is potentially affected.

Returns:

  • (Float) —

    How much of the total sample count is potentially affected.

#end_time ⇒ Time

End time of the profile that was used by this analysis. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Returns:

  • (Time) —

    End time of the profile that was used by this analysis.

#pattern ⇒ Types::Pattern

The pattern that analysis recognized in the profile to make this recommendation.

Returns:

  • (Types::Pattern) —

    The pattern that analysis recognized in the profile to make this recommendation.

#start_time ⇒ Time

The start time of the profile that was used by this analysis. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Returns:

  • (Time) —

    The start time of the profile that was used by this analysis.

#top_matches ⇒ Array<Types::Match>

List of the matches with most impact.

Returns:

  • (Array<Types::Match>) —

    List of the matches with most impact.