Struct aws_sdk_macie2::model::ClassificationDetails
source · [−]#[non_exhaustive]pub struct ClassificationDetails { /* private fields */ }
Expand description
Provides information about a sensitive data finding and the details of the finding.
Implementations
sourceimpl ClassificationDetails
impl ClassificationDetails
sourcepub fn detailed_results_location(&self) -> Option<&str>
pub fn detailed_results_location(&self) -> Option<&str>
The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.
sourcepub fn job_arn(&self) -> Option<&str>
pub fn job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the classification job that produced the finding.
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The unique identifier for the classification job that produced the finding.
sourcepub fn origin_type(&self) -> Option<&OriginType>
pub fn origin_type(&self) -> Option<&OriginType>
Specifies how Amazon Macie found the sensitive data that produced the finding: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job.
sourcepub fn result(&self) -> Option<&ClassificationResult>
pub fn result(&self) -> Option<&ClassificationResult>
The status and other details of the finding.
sourceimpl ClassificationDetails
impl ClassificationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClassificationDetails
.
Trait Implementations
sourceimpl Clone for ClassificationDetails
impl Clone for ClassificationDetails
sourcefn clone(&self) -> ClassificationDetails
fn clone(&self) -> ClassificationDetails
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more