Class: Aws::Types::RecommendationFeedbackSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reactions::Array[("ThumbsUp" | "ThumbsDown")]

Returns the value of attribute reactions.

Returns:

  • (::Array[("ThumbsUp" | "ThumbsDown")])


286
287
288
# File 'sig/types.rbs', line 286

def reactions
  @reactions
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def recommendation_id
  @recommendation_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def user_id
  @user_id
end