Struct aws_sdk_macie2::model::ClassificationDetails [−][src]
#[non_exhaustive]pub struct ClassificationDetails {
pub detailed_results_location: Option<String>,
pub job_arn: Option<String>,
pub job_id: Option<String>,
pub result: Option<ClassificationResult>,
}
Expand description
Provides information about a sensitive data finding, including the classification job that produced the finding.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.detailed_results_location: Option<String>
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.
job_arn: Option<String>
The Amazon Resource Name (ARN) of the classification job that produced the finding.
job_id: Option<String>
The unique identifier for the classification job that produced the finding.
result: Option<ClassificationResult>
The status and other details of the finding.
Implementations
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.
The Amazon Resource Name (ARN) of the classification job that produced the finding.
The unique identifier for the classification job that produced the finding.
The status and other details of the finding.
Creates a new builder-style object to manufacture ClassificationDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ClassificationDetails
impl Send for ClassificationDetails
impl Sync for ClassificationDetails
impl Unpin for ClassificationDetails
impl UnwindSafe for ClassificationDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more