Recommendation
A potential improvement that was found from analyzing the profiling data.
Contents
- allMatchesCount
-
How many different places in the profile graph triggered a match.
Type: Integer
Required: Yes
- allMatchesSum
-
How much of the total sample count is potentially affected.
Type: Double
Required: Yes
- endTime
-
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.
Type: Timestamp
Required: Yes
- pattern
-
The pattern that analysis recognized in the profile to make this recommendation.
Type: Pattern object
Required: Yes
- startTime
-
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.
Type: Timestamp
Required: Yes
- topMatches
-
List of the matches with most impact.
Type: Array of Match objects
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: