Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_apps: Retrieves information about all of your applications

Description

Retrieves information about all of your applications.

Usage

pinpoint_get_apps(PageSize, Token)

Arguments

PageSize

The maximum number of items to include on each page in a paginated response.

Token

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

Request syntax

svc$get_apps(
  PageSize = "string",
  Token = "string"
)