kinesisanalyticsv2_list_application_snapshots {paws.analytics} | R Documentation |
Lists information about the current application snapshots
Description
Lists information about the current application snapshots.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_list_application_snapshots/ for full documentation.
Usage
kinesisanalyticsv2_list_application_snapshots(
ApplicationName,
Limit = NULL,
NextToken = NULL
)
Arguments
ApplicationName |
[required] The name of an existing application. |
Limit |
The maximum number of application snapshots to list. |
NextToken |
Use this parameter if you receive a |
[Package paws.analytics version 0.9.0 Index]