View source: R/codeguruprofiler_operations.R
codeguruprofiler_get_recommendations | R Documentation |
Returns a list of Recommendation
objects that contain recommendations for a profiling group for a given time period. A list of Anomaly
objects that contains details about anomalies detected in the profiling group for the same time period is also returned.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_get_recommendations/ for full documentation.
codeguruprofiler_get_recommendations(
endTime,
locale = NULL,
profilingGroupName,
startTime
)
endTime |
[required] The start time of the profile to get analysis data about. You must
specify |
locale |
The language used to provide analysis. Specify using a string that is
one of the following
|
profilingGroupName |
[required] The name of the profiling group to get analysis data about. |
startTime |
[required] The end time of the profile to get analysis data about. You must specify
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.