CreateJobResponse
public struct CreateJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The job description.
Declaration
Swift
public let description: String?
-
The job ARN.
Declaration
Swift
public let jobArn: String?
-
The unique identifier you assigned to this job.
Declaration
Swift
public let jobId: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, jobArn: String? = nil, jobId: String? = nil)