#[non_exhaustive]pub struct PutClassificationExportConfigurationOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl PutClassificationExportConfigurationOutput
impl PutClassificationExportConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutClassificationExportConfigurationOutput
.
Trait Implementations
sourceimpl Clone for PutClassificationExportConfigurationOutput
impl Clone for PutClassificationExportConfigurationOutput
sourcefn clone(&self) -> PutClassificationExportConfigurationOutput
fn clone(&self) -> PutClassificationExportConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<PutClassificationExportConfigurationOutput> for PutClassificationExportConfigurationOutput
impl PartialEq<PutClassificationExportConfigurationOutput> for PutClassificationExportConfigurationOutput
sourcefn eq(&self, other: &PutClassificationExportConfigurationOutput) -> bool
fn eq(&self, other: &PutClassificationExportConfigurationOutput) -> bool
impl StructuralPartialEq for PutClassificationExportConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for PutClassificationExportConfigurationOutput
impl Send for PutClassificationExportConfigurationOutput
impl Sync for PutClassificationExportConfigurationOutput
impl Unpin for PutClassificationExportConfigurationOutput
impl UnwindSafe for PutClassificationExportConfigurationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more