DescribeRecommendationExportJobsResponse
public struct DescribeRecommendationExportJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to advance to the next page of export jobs. This value is null when there are no more pages of export jobs to return.
Declaration
Swift
public let nextToken: String?
-
An array of objects that describe recommendation export jobs.
Declaration
Swift
public let recommendationExportJobs: [RecommendationExportJob]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, recommendationExportJobs: [RecommendationExportJob]? = nil)