class Aws::KinesisAnalyticsV2::Types::ListApplicationSnapshotsRequest

@note When making an API call, you may pass ListApplicationSnapshotsRequest

data as a hash:

    {
      application_name: "ApplicationName", # required
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] application_name

The name of an existing application.
@return [String]

@!attribute [rw] limit

The maximum number of application snapshots to list.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationSnapshotsRequest AWS API Documentation

Constants

SENSITIVE