Last chance! 50% off unlimited learning
Sale ends in
Lists all available Amazon Inspector rules packages.
inspector_list_rules_packages(nextToken, maxResults)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListRulesPackages action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
A list with the following syntax:
list( rulesPackageArns = list( "string" ), nextToken = "string" )
svc$list_rules_packages( nextToken = "string", maxResults = 123 )
# NOT RUN {
# Lists all available Amazon Inspector rules packages.
svc$list_rules_packages(
maxResults = 123L
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab