InitiateJobOutput
public struct InitiateJobOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the job.
Declaration
Swift
public let jobId: String?
-
The path to the location of where the select results are stored.
Declaration
Swift
public let jobOutputPath: String?
-
The relative URI path of the job.
Declaration
Swift
public let location: String?
-
Undocumented
Declaration
Swift
public init(jobId: String? = nil, jobOutputPath: String? = nil, location: String? = nil)