#[non_exhaustive]pub struct DataClassificationDetails { /* private fields */ }
Expand description
Provides details about sensitive data that was detected on a resource.
Implementations§
source§impl DataClassificationDetails
impl DataClassificationDetails
sourcepub fn detailed_results_location(&self) -> Option<&str>
pub fn detailed_results_location(&self) -> Option<&str>
The path to the folder or file that contains the sensitive data.
sourcepub fn result(&self) -> Option<&ClassificationResult>
pub fn result(&self) -> Option<&ClassificationResult>
The details about the sensitive data that was detected on the resource.
source§impl DataClassificationDetails
impl DataClassificationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataClassificationDetails
.
Trait Implementations§
source§impl Clone for DataClassificationDetails
impl Clone for DataClassificationDetails
source§fn clone(&self) -> DataClassificationDetails
fn clone(&self) -> DataClassificationDetails
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 Debug for DataClassificationDetails
impl Debug for DataClassificationDetails
source§impl PartialEq<DataClassificationDetails> for DataClassificationDetails
impl PartialEq<DataClassificationDetails> for DataClassificationDetails
source§fn eq(&self, other: &DataClassificationDetails) -> bool
fn eq(&self, other: &DataClassificationDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.