GetJobManifestRequest
public struct GetJobManifestRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.
Declaration
Swift
public let jobId: String
-
Undocumented
Declaration
Swift
public init(jobId: String)
-
Declaration
Swift
public func validate(name: String) throws