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
- Struct
- Aws::KinesisAnalyticsV2::Types::ListApplicationsRequest
- 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
-
#limit ⇒ Integer
The maximum number of applications to list.
-
#next_token ⇒ String
If a previous command returned a pagination token, pass it into this value to retrieve the next set of results.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of applications to list.
#next_token ⇒ String
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.