inspector_list_assessment_templates: Lists the assessment templates that correspond to the...

View source: R/inspector_operations.R

inspector_list_assessment_templatesR Documentation

Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets

Description

Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.

See https://www.paws-r-sdk.com/docs/inspector_list_assessment_templates/ for full documentation.

Usage

inspector_list_assessment_templates(
  assessmentTargetArns = NULL,
  filter = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

assessmentTargetArns

A list of ARNs that specifies the assessment targets whose assessment templates you want to list.

filter

You can use this parameter to specify a subset of data to be included in the action's response.

For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.

nextToken

You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentTemplates 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.