Class: Aws::Types::SubmitFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_instance_id ⇒ ::String
Returns the value of attribute anomaly_instance_id.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#type ⇒ "Positive", "Negative"
Returns the value of attribute type.
Instance Attribute Details
#anomaly_instance_id ⇒ ::String
Returns the value of attribute anomaly_instance_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def anomaly_instance_id @anomaly_instance_id end |
#comment ⇒ ::String
Returns the value of attribute comment.
408 409 410 |
# File 'sig/types.rbs', line 408 def comment @comment end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
409 410 411 |
# File 'sig/types.rbs', line 409 def profiling_group_name @profiling_group_name end |
#type ⇒ "Positive", "Negative"
Returns the value of attribute type.
410 411 412 |
# File 'sig/types.rbs', line 410 def type @type end |