Struct aws_sdk_comprehend::operation::describe_pii_entities_detection_job::DescribePiiEntitiesDetectionJobOutput
source · #[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() -> DescribePiiEntitiesDetectionJobOutputBuilder
pub fn builder() -> DescribePiiEntitiesDetectionJobOutputBuilder
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 ==.source§impl RequestId for DescribePiiEntitiesDetectionJobOutput
impl RequestId for DescribePiiEntitiesDetectionJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.