FindMatchesTaskRunProperties
public struct FindMatchesTaskRunProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The job ID for the Find Matches task run.
Declaration
Swift
public let jobId: String?
-
The name assigned to the job for the Find Matches task run.
Declaration
Swift
public let jobName: String?
-
The job run ID for the Find Matches task run.
Declaration
Swift
public let jobRunId: String?
-
Undocumented
Declaration
Swift
public init(jobId: String? = nil, jobName: String? = nil, jobRunId: String? = nil)