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§
source§impl 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.
source§impl AllowedStatistics
impl AllowedStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowedStatistics
.
Trait Implementations§
source§impl Clone for AllowedStatistics
impl Clone for AllowedStatistics
source§fn clone(&self) -> AllowedStatistics
fn clone(&self) -> AllowedStatistics
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 AllowedStatistics
impl Debug for AllowedStatistics
source§impl PartialEq<AllowedStatistics> for AllowedStatistics
impl PartialEq<AllowedStatistics> for AllowedStatistics
source§fn eq(&self, other: &AllowedStatistics) -> bool
fn eq(&self, other: &AllowedStatistics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.