class Aws::KinesisAnalyticsV2::Types::ListApplicationVersionsRequest

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

data as a hash:

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

@!attribute [rw] application_name

The name of the application for which you want to list all versions.
@return [String]

@!attribute [rw] limit

The maximum number of versions to list in this invocation of the
operation.
@return [Integer]

@!attribute [rw] next_token

If a previous invocation of this operation returned a pagination
token, pass it into this value to retrieve the next set of results.
For more information about pagination, see [Using the AWS Command
Line Interface's Pagination Options][1].

[1]: https://docs.aws.amazon.com/cli/latest/userguide/pagination.html
@return [String]

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

Constants

SENSITIVE