StartPHIDetectionJobResponse
public struct StartPHIDetectionJobResponse : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The identifier generated for the job. To get the status of a job, use this identifier with the DescribePHIDetectionJob operation.
Declaration
Swift
public let jobId: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(jobId: String? = nil) 
View on GitHub
        StartPHIDetectionJobResponse Structure Reference