Struct aws_sdk_databrew::model::AllowedStatistics
source · [−]#[non_exhaustive]pub struct AllowedStatistics { /* private fields */ }
Expand description
Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.
Implementations
sourceimpl AllowedStatistics
impl AllowedStatistics
sourcepub fn statistics(&self) -> Option<&[String]>
pub fn statistics(&self) -> Option<&[String]>
One or more column statistics to allow for columns that contain detected entities.
sourceimpl AllowedStatistics
impl AllowedStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowedStatistics
.
Trait Implementations
sourceimpl Clone for AllowedStatistics
impl Clone for AllowedStatistics
sourcefn clone(&self) -> AllowedStatistics
fn clone(&self) -> AllowedStatistics
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 Debug for AllowedStatistics
impl Debug for AllowedStatistics
sourceimpl PartialEq<AllowedStatistics> for AllowedStatistics
impl PartialEq<AllowedStatistics> for AllowedStatistics
sourcefn eq(&self, other: &AllowedStatistics) -> bool
fn eq(&self, other: &AllowedStatistics) -> bool
impl StructuralPartialEq for AllowedStatistics
Auto Trait Implementations
impl RefUnwindSafe for AllowedStatistics
impl Send for AllowedStatistics
impl Sync for AllowedStatistics
impl Unpin for AllowedStatistics
impl UnwindSafe for AllowedStatistics
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