class Aws::CodeGuruProfiler::Types::SubmitFeedbackRequest
The structure representing the SubmitFeedbackRequest
.
@note When making an API call, you may pass SubmitFeedbackRequest
data as a hash: { anomaly_instance_id: "AnomalyInstanceId", # required comment: "String", profiling_group_name: "ProfilingGroupName", # required type: "Positive", # required, accepts Positive, Negative }
@!attribute [rw] anomaly_instance_id
The universally unique identifier (UUID) of the [ `AnomalyInstance` ][1] object that is included in the analysis data. [1]: https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_AnomalyInstance.html @return [String]
@!attribute [rw] comment
Optional feedback about this anomaly. @return [String]
@!attribute [rw] profiling_group_name
The name of the profiling group that is associated with the analysis data. @return [String]
@!attribute [rw] type
The feedback tpye. Thee are two valid values, `Positive` and `Negative`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/SubmitFeedbackRequest AWS API Documentation
Constants
- SENSITIVE