Class: Aws::Types::DescribeRecommendationFeedbackRequest

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)


125
126
127
# File 'sig/types.rbs', line 125

def code_review_arn
  @code_review_arn
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def recommendation_id
  @recommendation_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def user_id
  @user_id
end