Class: Aws::Types::InsightFeedbackRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def insight_id
  @insight_id
end

#thumbs"Up", "Down"

Returns the value of attribute thumbs.

Returns:

  • ("Up", "Down")


1504
1505
1506
# File 'sig/types.rbs', line 1504

def thumbs
  @thumbs
end