Class: Aws::KinesisAnalyticsV2::Types::ListApplicationSnapshotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ListApplicationSnapshotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or ‘null` if there are no additional results.
-
#snapshot_summaries ⇒ Array<Types::SnapshotDetails>
A collection of objects containing information about the application snapshots.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or ‘null` if there are no additional results.
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_summaries ⇒ Array<Types::SnapshotDetails>
A collection of objects containing information about the application snapshots.
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 |