Struct aws_sdk_quicksight::model::DataSet
source · [−]#[non_exhaustive]pub struct DataSet { /* private fields */ }Expand description
Dataset.
Implementations
sourceimpl DataSet
impl DataSet
sourcepub fn data_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID of the dataset.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time that this dataset was created.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The last time that this dataset was updated.
sourcepub fn physical_table_map(&self) -> Option<&HashMap<String, PhysicalTable>>
pub fn physical_table_map(&self) -> Option<&HashMap<String, PhysicalTable>>
Declares the physical tables that are available in the underlying data sources.
sourcepub fn logical_table_map(&self) -> Option<&HashMap<String, LogicalTable>>
pub fn logical_table_map(&self) -> Option<&HashMap<String, LogicalTable>>
Configures the combination and transformation of the data from the physical tables.
sourcepub fn output_columns(&self) -> Option<&[OutputColumn]>
pub fn output_columns(&self) -> Option<&[OutputColumn]>
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
sourcepub fn import_mode(&self) -> Option<&DataSetImportMode>
pub fn import_mode(&self) -> Option<&DataSetImportMode>
A value that indicates whether you want to import the data into SPICE.
sourcepub fn consumed_spice_capacity_in_bytes(&self) -> i64
pub fn consumed_spice_capacity_in_bytes(&self) -> i64
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
sourcepub fn column_groups(&self) -> Option<&[ColumnGroup]>
pub fn column_groups(&self) -> Option<&[ColumnGroup]>
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
sourcepub fn field_folders(&self) -> Option<&HashMap<String, FieldFolder>>
pub fn field_folders(&self) -> Option<&HashMap<String, FieldFolder>>
The folder that contains fields and nested subfolders for your dataset.
sourcepub fn row_level_permission_data_set(
&self
) -> Option<&RowLevelPermissionDataSet>
pub fn row_level_permission_data_set(
&self
) -> Option<&RowLevelPermissionDataSet>
The row-level security configuration for the dataset.
sourcepub fn row_level_permission_tag_configuration(
&self
) -> Option<&RowLevelPermissionTagConfiguration>
pub fn row_level_permission_tag_configuration(
&self
) -> Option<&RowLevelPermissionTagConfiguration>
The element you can use to define tags for row-level security.
sourcepub fn column_level_permission_rules(
&self
) -> Option<&[ColumnLevelPermissionRule]>
pub fn column_level_permission_rules(
&self
) -> Option<&[ColumnLevelPermissionRule]>
A set of one or more definitions of a ColumnLevelPermissionRule .
sourcepub fn data_set_usage_configuration(&self) -> Option<&DataSetUsageConfiguration>
pub fn data_set_usage_configuration(&self) -> Option<&DataSetUsageConfiguration>
The usage configuration to apply to child datasets that reference this dataset as a source.
Trait Implementations
sourceimpl PartialEq<DataSet> for DataSet
impl PartialEq<DataSet> for DataSet
impl StructuralPartialEq for DataSet
Auto Trait Implementations
impl RefUnwindSafe for DataSet
impl Send for DataSet
impl Sync for DataSet
impl Unpin for DataSet
impl UnwindSafe for DataSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more