Class: Aws::KinesisAnalyticsV2::Types::ListApplicationSnapshotsResponse

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


3142
3143
3144
3145
3146
3147
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3142

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

#snapshot_summariesArray<Types::SnapshotDetails>

A collection of objects containing information about the application snapshots.

Returns:



3142
3143
3144
3145
3146
3147
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3142

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