Values.GetFindingRecommendationRequestSourceRetrieves information about a finding recommendation for the specified analyzer.
type nonrec t = {analyzerArn : AnalyzerArn.t;The ARN of the analyzer used to generate the finding recommendation.
*)id : GetFindingRecommendationRequestIdString.t;The unique ID for the finding recommendation.
*)maxResults : GetFindingRecommendationRequestMaxResultsInteger.t option;The maximum number of results to return in the response.
*)nextToken : Token.t option;A token used for pagination of results returned.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
analyzerArn:AnalyzerArn.t ->
id:GetFindingRecommendationRequestIdString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of GetFindingRecommendationRequestMaxResultsInteger.t
| `String of AnalyzerArn.t ])
list ]