#[non_exhaustive]pub struct DataSetUsageConfiguration { /* private fields */ }Expand description
The usage configuration to apply to child datasets that reference this dataset as a source.
Implementations§
source§impl DataSetUsageConfiguration
impl DataSetUsageConfiguration
sourcepub fn disable_use_as_direct_query_source(&self) -> bool
pub fn disable_use_as_direct_query_source(&self) -> bool
An option that controls whether a child dataset of a direct query can use this dataset as a source.
sourcepub fn disable_use_as_imported_source(&self) -> bool
pub fn disable_use_as_imported_source(&self) -> bool
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
source§impl DataSetUsageConfiguration
impl DataSetUsageConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetUsageConfiguration.
Trait Implementations§
source§impl Clone for DataSetUsageConfiguration
impl Clone for DataSetUsageConfiguration
source§fn clone(&self) -> DataSetUsageConfiguration
fn clone(&self) -> DataSetUsageConfiguration
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 more