ListHarvestJobsResponse
public struct ListHarvestJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let harvestJobs: [HarvestJob]?
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(harvestJobs: [HarvestJob]? = nil, nextToken: String? = nil)