Struct aws_sdk_quicksight::model::DataSetUsageConfiguration [−][src]
#[non_exhaustive]pub struct DataSetUsageConfiguration {
pub disable_use_as_direct_query_source: bool,
pub disable_use_as_imported_source: bool,
}
Expand description
The usage configuration to apply to child datasets that reference this dataset as a source.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.disable_use_as_direct_query_source: bool
An option that controls whether a child dataset of a direct query can use this dataset as a source.
disable_use_as_imported_source: bool
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
Implementations
An option that controls whether a child dataset of a direct query can use this dataset as a source.
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
Creates a new builder-style object to manufacture DataSetUsageConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DataSetUsageConfiguration
impl Send for DataSetUsageConfiguration
impl Sync for DataSetUsageConfiguration
impl Unpin for DataSetUsageConfiguration
impl UnwindSafe for DataSetUsageConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more