Class: Aws::Types::PutRecommendationFeedbackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_arn::String

Returns the value of attribute code_review_arn.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def code_review_arn
  @code_review_arn
end

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

Returns the value of attribute reactions.

Returns:

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


267
268
269
# File 'sig/types.rbs', line 267

def reactions
  @reactions
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def recommendation_id
  @recommendation_id
end