Class: Aws::KinesisAnalyticsV2::Types::ListApplicationVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_version_summariesArray<Types::ApplicationVersionSummary>

A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.

To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.



3202
3203
3204
3205
3206
3207
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3202

class ListApplicationVersionsResponse < Struct.new(
  :application_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the next set of results, or null if there are no additional results. To retrieve the next set of items, pass this token into a subsequent invocation of this operation. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.

Returns:

  • (String)


3202
3203
3204
3205
3206
3207
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3202

class ListApplicationVersionsResponse < Struct.new(
  :application_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end