Class: Aws::Types::ContentFeedbackData
- Inherits:
-
Object
- Object
- Aws::Types::ContentFeedbackData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: GenerativeContentFeedbackData, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generative_content_feedback_data ⇒ Types::GenerativeContentFeedbackData
Returns the value of attribute generative_content_feedback_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#generative_content_feedback_data ⇒ Types::GenerativeContentFeedbackData
Returns the value of attribute generative_content_feedback_data.
523 524 525 |
# File 'sig/types.rbs', line 523 def generative_content_feedback_data @generative_content_feedback_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
524 525 526 |
# File 'sig/types.rbs', line 524 def unknown @unknown end |