Class: Aws::CodeGuruReviewer::Types::ListRecommendationsRequest

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)


941
942
943
944
945
946
947
# File 'gems/aws-sdk-codegurureviewer/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_resultsInteger

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

Returns:

  • (Integer)


941
942
943
944
945
946
947
# File 'gems/aws-sdk-codegurureviewer/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_tokenString

Pagination token.

Returns:

  • (String)


941
942
943
944
945
946
947
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 941

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