Class: Aws::QuickSight::Types::UpdateDataSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDataSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#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 `.
-
#data_set_id ⇒ String
The ID for the dataset that you want to update.
-
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
The usage configuration to apply to child datasets that reference this dataset as a source.
-
#dataset_parameters ⇒ Array<Types::DatasetParameter>
The parameter declarations of the dataset.
-
#field_folders ⇒ Hash<String,Types::FieldFolder>
The folder that contains fields and nested subfolders for your dataset.
-
#import_mode ⇒ String
Indicates whether you want to import the data into SPICE.
-
#logical_table_map ⇒ Hash<String,Types::LogicalTable>
Configures the combination and transformation of the data from the physical tables.
-
#name ⇒ String
The display name for the dataset.
-
#performance_configuration ⇒ Types::PerformanceConfiguration
The configuration for the performance optimization of the dataset that contains a ‘UniqueKey` configuration.
-
#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 data you want to create.
-
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
The configuration of tags on a dataset to set row-level security.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#column_groups ⇒ Array<Types::ColumnGroup>
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#column_level_permission_rules ⇒ Array<Types::ColumnLevelPermissionRule>
A set of one or more definitions of a ‘ ColumnLevelPermissionRule `.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
The usage configuration to apply to child datasets that reference this dataset as a source.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#dataset_parameters ⇒ Array<Types::DatasetParameter>
The parameter declarations of the dataset.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#field_folders ⇒ Hash<String,Types::FieldFolder>
The folder that contains fields and nested subfolders for your dataset.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#import_mode ⇒ String
Indicates whether you want to import the data into SPICE.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#logical_table_map ⇒ Hash<String,Types::LogicalTable>
Configures the combination and transformation of the data from the physical tables.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name for the dataset.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#performance_configuration ⇒ Types::PerformanceConfiguration
The configuration for the performance optimization of the dataset that contains a ‘UniqueKey` configuration.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#physical_table_map ⇒ Hash<String,Types::PhysicalTable>
Declares the physical tables that are available in the underlying data sources.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the data you want to create.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.
36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36242 class UpdateDataSetRequest < Struct.new( :aws_account_id, :data_set_id, :name, :physical_table_map, :logical_table_map, :import_mode, :column_groups, :field_folders, :row_level_permission_data_set, :row_level_permission_tag_configuration, :column_level_permission_rules, :data_set_usage_configuration, :dataset_parameters, :performance_configuration) SENSITIVE = [] include Aws::Structure end |