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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3437
3438
3439
3440
3441
3442
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3437

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:



3437
3438
3439
3440
3441
3442
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3437

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