DescribeImportSnapshotTasksResult
public struct DescribeImportSnapshotTasksResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
Declaration
Swift
public let importSnapshotTasks: [ImportSnapshotTask]?
-
The token to use to get the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(importSnapshotTasks: [ImportSnapshotTask]? = nil, nextToken: String? = nil)