#[non_exhaustive]pub struct DescribePiiEntitiesDetectionJobOutput { /* private fields */ }Implementations§
source§impl DescribePiiEntitiesDetectionJobOutput
impl DescribePiiEntitiesDetectionJobOutput
sourcepub fn pii_entities_detection_job_properties(
&self
) -> Option<&PiiEntitiesDetectionJobProperties>
pub fn pii_entities_detection_job_properties(
&self
) -> Option<&PiiEntitiesDetectionJobProperties>
Provides information about a PII entities detection job.
source§impl DescribePiiEntitiesDetectionJobOutput
impl DescribePiiEntitiesDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePiiEntitiesDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribePiiEntitiesDetectionJobOutput
impl Clone for DescribePiiEntitiesDetectionJobOutput
source§fn clone(&self) -> DescribePiiEntitiesDetectionJobOutput
fn clone(&self) -> DescribePiiEntitiesDetectionJobOutput
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 moresource§impl PartialEq<DescribePiiEntitiesDetectionJobOutput> for DescribePiiEntitiesDetectionJobOutput
impl PartialEq<DescribePiiEntitiesDetectionJobOutput> for DescribePiiEntitiesDetectionJobOutput
source§fn eq(&self, other: &DescribePiiEntitiesDetectionJobOutput) -> bool
fn eq(&self, other: &DescribePiiEntitiesDetectionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.