Class: Aws::Types::InsightFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::InsightFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity ⇒ Types::InsightFeedbackEntity
Returns the value of attribute entity.
-
#feedback_text ⇒ ::String
Returns the value of attribute feedback_text.
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#thumbs ⇒ "Up", "Down"
Returns the value of attribute thumbs.
Instance Attribute Details
#entity ⇒ Types::InsightFeedbackEntity
Returns the value of attribute entity.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def entity @entity end |
#feedback_text ⇒ ::String
Returns the value of attribute feedback_text.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def feedback_text @feedback_text end |
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def insight_id @insight_id end |
#thumbs ⇒ "Up", "Down"
Returns the value of attribute thumbs.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def thumbs @thumbs end |