Class: Aws::KinesisAnalyticsV2::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ListApplicationsResponse
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
3248 3249 3250 3251 3252 3253 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3248 class ListApplicationsResponse < Struct.new( :application_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#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 Amazon Command Line Interface's
Pagination Options.
3248 3249 3250 3251 3252 3253 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3248 class ListApplicationsResponse < Struct.new( :application_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |