DescribeExportTasksResponse
public struct DescribeExportTasksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The export tasks.
Declaration
Swift
public let exportTasks: [ExportTask]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(exportTasks: [ExportTask]? = nil, nextToken: String? = nil)
View on GitHub
DescribeExportTasksResponse Structure Reference