codeguruprofiler_submit_feedback {paws.developer.tools} | R Documentation |
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not
Description
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_submit_feedback/ for full documentation.
Usage
codeguruprofiler_submit_feedback(
anomalyInstanceId,
comment = NULL,
profilingGroupName,
type
)
Arguments
anomalyInstanceId |
[required] The universally unique identifier (UUID) of the
|
comment |
Optional feedback about this anomaly. |
profilingGroupName |
[required] The name of the profiling group that is associated with the analysis data. |
type |
[required] The feedback tpye. Thee are two valid values, |
[Package paws.developer.tools version 0.7.0 Index]