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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the SubmitFeedbackRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_instance_idString

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

[1]: docs.aws.amazon.com/codeguru/latest/profiler-api/API_AnomalyInstance.html

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1854

class SubmitFeedbackRequest < Struct.new(
  :anomaly_instance_id,
  :comment,
  :profiling_group_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

Optional feedback about this anomaly.

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1854

class SubmitFeedbackRequest < Struct.new(
  :anomaly_instance_id,
  :comment,
  :profiling_group_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#profiling_group_nameString

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

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1854

class SubmitFeedbackRequest < Struct.new(
  :anomaly_instance_id,
  :comment,
  :profiling_group_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1854

class SubmitFeedbackRequest < Struct.new(
  :anomaly_instance_id,
  :comment,
  :profiling_group_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end