Class: Aws::Types::RecommendationFeedback

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)


275
276
277
# File 'sig/types.rbs', line 275

def code_review_arn
  @code_review_arn
end

#created_time_stamp::Time

Returns the value of attribute created_time_stamp.

Returns:

  • (::Time)


279
280
281
# File 'sig/types.rbs', line 279

def created_time_stamp
  @created_time_stamp
end

#last_updated_time_stamp::Time

Returns the value of attribute last_updated_time_stamp.

Returns:

  • (::Time)


280
281
282
# File 'sig/types.rbs', line 280

def last_updated_time_stamp
  @last_updated_time_stamp
end

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

Returns the value of attribute reactions.

Returns:

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


277
278
279
# File 'sig/types.rbs', line 277

def reactions
  @reactions
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def recommendation_id
  @recommendation_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def user_id
  @user_id
end