Class: Aws::CodeGuruReviewer::Types::ListRecommendationFeedbackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_arnString

The Amazon Resource Name (ARN) of the CodeReview object.

Returns:

  • (String)


891
892
893
894
895
896
897
898
899
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 891

class ListRecommendationFeedbackRequest < Struct.new(
  :next_token,
  :max_results,
  :code_review_arn,
  :user_ids,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that are returned per call. The default is 100.

Returns:

  • (Integer)


891
892
893
894
895
896
897
898
899
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 891

class ListRecommendationFeedbackRequest < Struct.new(
  :next_token,
  :max_results,
  :code_review_arn,
  :user_ids,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

Returns:

  • (String)


891
892
893
894
895
896
897
898
899
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 891

class ListRecommendationFeedbackRequest < Struct.new(
  :next_token,
  :max_results,
  :code_review_arn,
  :user_ids,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idsArray<String>

Used to query the recommendation feedback for a given recommendation.

Returns:

  • (Array<String>)


891
892
893
894
895
896
897
898
899
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 891

class ListRecommendationFeedbackRequest < Struct.new(
  :next_token,
  :max_results,
  :code_review_arn,
  :user_ids,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#user_idsArray<String>

An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.

The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

Returns:

  • (Array<String>)


891
892
893
894
895
896
897
898
899
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 891

class ListRecommendationFeedbackRequest < Struct.new(
  :next_token,
  :max_results,
  :code_review_arn,
  :user_ids,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end