ListApplicationSnapshotsResponse
public struct ListApplicationSnapshotsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
A collection of objects containing information about the application snapshots.
Declaration
Swift
public let snapshotSummaries: [SnapshotDetails]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, snapshotSummaries: [SnapshotDetails]? = nil)