You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::ListApplicationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListApplicationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  limit: 1,
  next_token: "ApplicationName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of applications to list.

Returns:

  • (Integer)

    The maximum number of applications to list.

#next_tokenString

If a previous command 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.

Returns:

  • (String)

    If a previous command returned a pagination token, pass it into this value to retrieve the next set of results.