ListRecommendationFeedbackRequest

public struct ListRecommendationFeedbackRequest : AWSShape
extension CodeGuruReviewer.ListRecommendationFeedbackRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let codeReviewArn: String
  • The maximum number of results that are returned per call. The default is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • 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?
  • Used to query the recommendation feedback for a given recommendation.

    Declaration

    Swift

    public let recommendationIds: [String]?
  • An AWS user’s account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user. 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 userIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(codeReviewArn: String, maxResults: Int? = nil, nextToken: String? = nil, recommendationIds: [String]? = nil, userIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws