ListRecommendationFeedbackResponse
public struct ListRecommendationFeedbackResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let nextToken: String? -
Recommendation feedback summaries corresponding to the code review ARN.
Declaration
Swift
public let recommendationFeedbackSummaries: [RecommendationFeedbackSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, recommendationFeedbackSummaries: [RecommendationFeedbackSummary]? = nil)
View on GitHub
ListRecommendationFeedbackResponse Structure Reference