class Aws::CodeGuruProfiler::Types::Recommendation

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

@!attribute [rw] all_matches_count

How many different places in the profile graph triggered a match.
@return [Integer]

@!attribute [rw] all_matches_sum

How much of the total sample count is potentially affected.
@return [Float]

@!attribute [rw] end_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.
@return [Time]

@!attribute [rw] pattern

The pattern that analysis recognized in the profile to make this
recommendation.
@return [Types::Pattern]

@!attribute [rw] start_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.
@return [Time]

@!attribute [rw] top_matches

List of the matches with most impact.
@return [Array<Types::Match>]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/Recommendation AWS API Documentation

Constants

SENSITIVE