DescribeDataRepositoryTasksResponse
public struct DescribeDataRepositoryTasksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The collection of data repository task descriptions returned.
Declaration
Swift
public let dataRepositoryTasks: [DataRepositoryTask]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(dataRepositoryTasks: [DataRepositoryTask]? = nil, nextToken: String? = nil)
View on GitHub
DescribeDataRepositoryTasksResponse Structure Reference