You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruProfiler::Types::SubmitFeedbackRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SubmitFeedbackRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  anomaly_instance_id: "AnomalyInstanceId", # required
  comment: "String",
  profiling_group_name: "ProfilingGroupName", # required
  type: "Negative", # required, accepts Negative, Positive
}

The structure representing the SubmitFeedbackRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_instance_idString

The universally unique identifier (UUID) of the AnomalyInstance object that is included in the analysis data.

Returns:

  • (String)

    The universally unique identifier (UUID) of the [ AnomalyInstance ][1] object that is included in the analysis data.

#commentString

Optional feedback about this anomaly.

Returns:

  • (String)

    Optional feedback about this anomaly.

#profiling_group_nameString

The name of the profiling group that is associated with the analysis data.

Returns:

  • (String)

    The name of the profiling group that is associated with the analysis data.

#typeString

The feedback tpye. Thee are two valid values, Positive and Negative.

Possible values:

  • Negative
  • Positive

Returns:

  • (String)

    The feedback tpye.