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
ApplicationSummaryobjects. -
#next_token ⇒ String
The pagination token for the next set of results, or
nullif there are no additional results.
Instance Attribute Details
#application_summaries ⇒ Array<Types::ApplicationSummary>
A list of ApplicationSummary objects.
3619 3620 3621 3622 3623 3624 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3619 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.
3619 3620 3621 3622 3623 3624 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3619 class ListApplicationsResponse < Struct.new( :application_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |