paws.analytics (version 0.1.0)

kinesisanalyticsv2_list_application_snapshots: Lists information about the current application snapshots

Description

Lists information about the current application snapshots.

Usage

kinesisanalyticsv2_list_application_snapshots(ApplicationName, Limit,
  NextToken)

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 NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

Request syntax

svc$list_application_snapshots(
  ApplicationName = "string",
  Limit = 123,
  NextToken = "string"
)