Class: Aws::CodeGuruReviewer::Types::ListRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ListRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#recommendation_summaries ⇒ Array<Types::RecommendationSummary>
List of recommendations for the requested code review.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
959 960 961 962 963 964 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 959 class ListRecommendationsResponse < Struct.new( :recommendation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#recommendation_summaries ⇒ Array<Types::RecommendationSummary>
List of recommendations for the requested code review.
959 960 961 962 963 964 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 959 class ListRecommendationsResponse < Struct.new( :recommendation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |