CreateJobResult
public struct CreateJobResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful Create Job request.
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public init(jobId: String? = nil)
View on GitHub
CreateJobResult Structure Reference