Class: Aws::Types::ListRecommendationFeedbackRequest

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)


194
195
196
# File 'sig/types.rbs', line 194

def code_review_arn
  @code_review_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


193
194
195
# File 'sig/types.rbs', line 193

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def next_token
  @next_token
end

#recommendation_ids::Array[::String]

Returns the value of attribute recommendation_ids.

Returns:

  • (::Array[::String])


196
197
198
# File 'sig/types.rbs', line 196

def recommendation_ids
  @recommendation_ids
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


195
196
197
# File 'sig/types.rbs', line 195

def user_ids
  @user_ids
end