#[non_exhaustive]pub struct PutClassificationExportConfigurationOutput { /* private fields */ }
Implementations§
source§impl PutClassificationExportConfigurationOutput
impl PutClassificationExportConfigurationOutput
sourcepub fn configuration(&self) -> Option<&ClassificationExportConfiguration>
pub fn configuration(&self) -> Option<&ClassificationExportConfiguration>
The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
source§impl PutClassificationExportConfigurationOutput
impl PutClassificationExportConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutClassificationExportConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutClassificationExportConfigurationOutput
impl Clone for PutClassificationExportConfigurationOutput
source§fn clone(&self) -> PutClassificationExportConfigurationOutput
fn clone(&self) -> PutClassificationExportConfigurationOutput
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<PutClassificationExportConfigurationOutput> for PutClassificationExportConfigurationOutput
impl PartialEq<PutClassificationExportConfigurationOutput> for PutClassificationExportConfigurationOutput
source§fn eq(&self, other: &PutClassificationExportConfigurationOutput) -> bool
fn eq(&self, other: &PutClassificationExportConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.