Class: Aws::Types::UpdateFindingsFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFindingsFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comments ⇒ ::String
Returns the value of attribute comments.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#feedback ⇒ "USEFUL", "NOT_USEFUL"
Returns the value of attribute feedback.
-
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
Instance Attribute Details
#comments ⇒ ::String
Returns the value of attribute comments.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def comments @comments end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def detector_id @detector_id end |
#feedback ⇒ "USEFUL", "NOT_USEFUL"
Returns the value of attribute feedback.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def feedback @feedback end |
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def finding_ids @finding_ids end |