ListSigningJobsResponse
public struct ListSigningJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of your signing jobs.
Declaration
Swift
public let jobs: [SigningJob]?
-
String for specifying the next set of paginated results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(jobs: [SigningJob]? = nil, nextToken: String? = nil)