Class: Aws::CodeGuruProfiler::Types::SubmitFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::SubmitFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the SubmitFeedbackRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_instance_id ⇒ String
The universally unique identifier (UUID) of the [ ‘AnomalyInstance` ][1] object that is included in the analysis data.
-
#comment ⇒ String
Optional feedback about this anomaly.
-
#profiling_group_name ⇒ String
The name of the profiling group that is associated with the analysis data.
-
#type ⇒ String
The feedback tpye.
Instance Attribute Details
#anomaly_instance_id ⇒ String
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
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 |
#comment ⇒ String
Optional feedback about this anomaly.
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_name ⇒ String
The name of the profiling group that is associated with the analysis data.
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 |
#type ⇒ String
The feedback tpye. Thee are two valid values, ‘Positive` and `Negative`.
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 |