RecommendationExportJob
public struct RecommendationExportJob : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp of when the export job was created.
Declaration
Swift
public let creationTimestamp: TimeStamp?
-
An object that describes the destination of the export file.
Declaration
Swift
public let destination: ExportDestination?
-
The reason for an export job failure.
Declaration
Swift
public let failureReason: String?
-
The identification number of the export job.
Declaration
Swift
public let jobId: String?
-
The timestamp of when the export job was last updated.
Declaration
Swift
public let lastUpdatedTimestamp: TimeStamp?
-
The resource type of the exported recommendations.
Declaration
Swift
public let resourceType: ResourceType?
-
The status of the export job.
Declaration
Swift
public let status: JobStatus?
-
Undocumented
Declaration
Swift
public init(creationTimestamp: TimeStamp? = nil, destination: ExportDestination? = nil, failureReason: String? = nil, jobId: String? = nil, lastUpdatedTimestamp: TimeStamp? = nil, resourceType: ResourceType? = nil, status: JobStatus? = nil)