#[non_exhaustive]pub struct StartPiiEntitiesDetectionJobOutput { /* private fields */ }Implementations§
source§impl StartPiiEntitiesDetectionJobOutput
impl StartPiiEntitiesDetectionJobOutput
sourcepub fn job_arn(&self) -> Option<&str>
pub fn job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:
arn:
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab
sourcepub fn job_status(&self) -> Option<&JobStatus>
pub fn job_status(&self) -> Option<&JobStatus>
The status of the job.
source§impl StartPiiEntitiesDetectionJobOutput
impl StartPiiEntitiesDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartPiiEntitiesDetectionJobOutput.
Trait Implementations§
source§impl Clone for StartPiiEntitiesDetectionJobOutput
impl Clone for StartPiiEntitiesDetectionJobOutput
source§fn clone(&self) -> StartPiiEntitiesDetectionJobOutput
fn clone(&self) -> StartPiiEntitiesDetectionJobOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more