schemas_list_discoverers: List the discoverers

View source: R/schemas_operations.R

schemas_list_discoverersR Documentation

List the discoverers

Description

List the discoverers.

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

Usage

schemas_list_discoverers(
  DiscovererIdPrefix = NULL,
  Limit = NULL,
  NextToken = NULL,
  SourceArnPrefix = NULL
)

Arguments

DiscovererIdPrefix

Specifying this limits the results to only those discoverer IDs that start with the specified prefix.

Limit
NextToken

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

SourceArnPrefix

Specifying this limits the results to only those ARNs that start with the specified prefix.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.