Class: Aws::CodeGuruReviewer::Types::ListRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ListRecommendationsResponse
- Defined in:
- gems/aws-sdk-codegurureviewer/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.
1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1197 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.
1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1197 class ListRecommendationsResponse < Struct.new( :recommendation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |