DescribeRecommendationFeedbackRequest

public struct DescribeRecommendationFeedbackRequest : 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 recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

    Declaration

    Swift

    public let recommendationId: String
  • Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request. 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, recommendationId: String, userId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws