Struct aws_sdk_macie2::model::classification_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClassificationDetails
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 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 Amazon Resource Name (ARN) of the classification job that produced the finding.
The unique identifier for 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.
The status and other details of the finding.
Consumes the builder and constructs a ClassificationDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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