Lists information about the current application snapshots
Source:R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_list_application_snapshots.RdLists 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
NextTokenresponse in a previous request that indicates that there is more output available. Set it to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.