macie2_list_classification_jobs: Retrieves a subset of information about one or more...

View source: R/macie2_operations.R

macie2_list_classification_jobsR Documentation

Retrieves a subset of information about one or more classification jobs

Description

Retrieves a subset of information about one or more classification jobs.

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

Usage

macie2_list_classification_jobs(
  filterCriteria = NULL,
  maxResults = NULL,
  nextToken = NULL,
  sortCriteria = NULL
)

Arguments

filterCriteria

The criteria to use to filter the results.

maxResults

The maximum number of items to include in each page of the response.

nextToken

The nextToken string that specifies which page of results to return in a paginated response.

sortCriteria

The criteria to use to sort the results.


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