You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::DataSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSet
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#column_groups ⇒ Array<Types::ColumnGroup>
Groupings of columns that work together in certain Amazon QuickSight features.
-
#column_level_permission_rules ⇒ Array<Types::ColumnLevelPermissionRule>
A set of one or more definitions of a
ColumnLevelPermissionRule
. -
#consumed_spice_capacity_in_bytes ⇒ Integer
The amount of SPICE capacity used by this dataset.
-
#created_time ⇒ Time
The time that this dataset was created.
-
#data_set_id ⇒ String
The ID of the dataset.
-
#import_mode ⇒ String
Indicates whether you want to import the data into SPICE.
-
#last_updated_time ⇒ Time
The last time that this dataset was updated.
-
#logical_table_map ⇒ Hash<String,Types::LogicalTable>
Configures the combination and transformation of the data from the physical tables.
-
#name ⇒ String
A display name for the dataset.
-
#output_columns ⇒ Array<Types::OutputColumn>
The list of columns after all transforms.
-
#physical_table_map ⇒ Hash<String,Types::PhysicalTable>
Declares the physical tables that are available in the underlying data sources.
-
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the dataset.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
#column_groups ⇒ Array<Types::ColumnGroup>
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
#column_level_permission_rules ⇒ Array<Types::ColumnLevelPermissionRule>
A set of one or more definitions of a ColumnLevelPermissionRule
.
#consumed_spice_capacity_in_bytes ⇒ Integer
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn\'t imported into SPICE.
#created_time ⇒ Time
The time that this dataset was created.
#data_set_id ⇒ String
The ID of the dataset.
#import_mode ⇒ String
Indicates whether you want to import the data into SPICE.
Possible values:
- SPICE
- DIRECT_QUERY
#last_updated_time ⇒ Time
The last time that this dataset was updated.
#logical_table_map ⇒ Hash<String,Types::LogicalTable>
Configures the combination and transformation of the data from the physical tables.
#name ⇒ String
A display name for the dataset.
#output_columns ⇒ Array<Types::OutputColumn>
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
#physical_table_map ⇒ Hash<String,Types::PhysicalTable>
Declares the physical tables that are available in the underlying data sources.
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the dataset.