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

Class: Aws::KinesisAnalytics::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,
  exclusive_start_application_name: "ApplicationName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_application_nameString

Name of the application to start the list with. When using pagination to retrieve the list, you don\'t need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

Returns:

  • (String)

    Name of the application to start the list with.

#limitInteger

Maximum number of applications to list.

Returns:

  • (Integer)

    Maximum number of applications to list.