Class: Aws::CodeGuruReviewer::Types::ListRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ListRecommendationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
-
#max_results ⇒ Integer
The maximum number of results that are returned per call.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 941 class ListRecommendationsRequest < Struct.new( :next_token, :max_results, :code_review_arn) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that are returned per call. The default is 100.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 941 class ListRecommendationsRequest < Struct.new( :next_token, :max_results, :code_review_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 941 class ListRecommendationsRequest < Struct.new( :next_token, :max_results, :code_review_arn) SENSITIVE = [] include Aws::Structure end |