You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ListApplicationsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#application_summaries ⇒ Array<Types::ApplicationSummary>
A list of
ApplicationSummary
objects. -
#next_token ⇒ String
The pagination token for the next set of results, or
null
if there are no additional results.
Instance Attribute Details
#application_summaries ⇒ Array<Types::ApplicationSummary>
A list of ApplicationSummary
objects.
#next_token ⇒ String
The pagination token for the next set of results, or null
if there are
no additional results. Pass this token into a subsequent command to
retrieve the next set of items For more information about pagination,
see Using the AWS Command Line Interface\'s Pagination Options.