PutRecommendationFeedbackRequest
public struct PutRecommendationFeedbackRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the CodeReview object.
Declaration
Swift
public let codeReviewArn: String -
List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
Declaration
Swift
public let reactions: [Reaction] -
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
Declaration
Swift
public let recommendationId: String -
Undocumented
Declaration
Swift
public init(codeReviewArn: String, reactions: [Reaction], recommendationId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutRecommendationFeedbackRequest Structure Reference