Struct aws_sdk_quicksight::model::DataSet
source · #[non_exhaustive]pub struct DataSet { /* private fields */ }
Expand description
Dataset.
Implementations§
source§impl 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.