paws.security.identity (version 0.1.0)

inspector_list_rules_packages: Lists all available Amazon Inspector rules packages

Description

Lists all available Amazon Inspector rules packages.

Usage

inspector_list_rules_packages(nextToken, maxResults)

Arguments

nextToken

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.

maxResults

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.

Request syntax

svc$list_rules_packages(
  nextToken = "string",
  maxResults = 123
)

Examples

Run this code
# NOT RUN {
# Lists all available Amazon Inspector rules packages.
# }
# NOT RUN {
svc$list_rules_packages(
  maxResults = 123L
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab