Retrieves information about a finding recommendation for the specified analyzer
Source:R/accessanalyzer_operations.R
accessanalyzer_get_finding_recommendation.RdRetrieves information about a finding recommendation for the specified analyzer.
See https://www.paws-r-sdk.com/docs/accessanalyzer_get_finding_recommendation/ for full documentation.
Usage
accessanalyzer_get_finding_recommendation(
analyzerArn,
id,
maxResults = NULL,
nextToken = NULL
)Arguments
- analyzerArn
[required] The ARN of the analyzer used to generate the finding recommendation.
- id
[required] The unique ID for the finding recommendation.
- maxResults
The maximum number of results to return in the response.
- nextToken
A token used for pagination of results returned.