RecommendationFeedback

public struct RecommendationFeedback : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the CodeReview object.

    Declaration

    Swift

    public let codeReviewArn: String?
  • The time at which the feedback was created.

    Declaration

    Swift

    public let createdTimeStamp: TimeStamp?
  • The time at which the feedback was last updated.

    Declaration

    Swift

    public let lastUpdatedTimeStamp: TimeStamp?
  • List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.

    Declaration

    Swift

    public let reactions: [Reaction]?
  • The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

    Declaration

    Swift

    public let recommendationId: String?
  • The ID of the user that made the API call. The UserId is an IAM principal that can be specified as an AWS account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.

    Declaration

    Swift

    public let userId: String?
  • Undocumented

    Declaration

    Swift

    public init(codeReviewArn: String? = nil, createdTimeStamp: TimeStamp? = nil, lastUpdatedTimeStamp: TimeStamp? = nil, reactions: [Reaction]? = nil, recommendationId: String? = nil, userId: String? = nil)