Learn R Programming

paws.management (version 0.8.0)

appregistry_list_applications: Retrieves a list of all of your applications

Description

Retrieves a list of all of your applications. Results are paginated.

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

Usage

appregistry_list_applications(nextToken = NULL, maxResults = NULL)

Arguments

nextToken

The token to use to get the next page of results after a previous API call.

maxResults

The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.