Class: Aws::Types::UpdateDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
-
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
-
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
-
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
-
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
-
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
-
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
-
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
-
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
-
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
-
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12154 12155 12156 |
# File 'sig/types.rbs', line 12154 def aws_account_id @aws_account_id end |
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
12160 12161 12162 |
# File 'sig/types.rbs', line 12160 def column_groups @column_groups end |
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
12164 12165 12166 |
# File 'sig/types.rbs', line 12164 def @column_level_permission_rules end |
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
12168 12169 12170 |
# File 'sig/types.rbs', line 12168 def data_prep_configuration @data_prep_configuration end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
12155 12156 12157 |
# File 'sig/types.rbs', line 12155 def data_set_id @data_set_id end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
12165 12166 12167 |
# File 'sig/types.rbs', line 12165 def data_set_usage_configuration @data_set_usage_configuration end |
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
12166 12167 12168 |
# File 'sig/types.rbs', line 12166 def dataset_parameters @dataset_parameters end |
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
12161 12162 12163 |
# File 'sig/types.rbs', line 12161 def field_folders @field_folders end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
12159 12160 12161 |
# File 'sig/types.rbs', line 12159 def import_mode @import_mode end |
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
12158 12159 12160 |
# File 'sig/types.rbs', line 12158 def logical_table_map @logical_table_map end |
#name ⇒ ::String
Returns the value of attribute name.
12156 12157 12158 |
# File 'sig/types.rbs', line 12156 def name @name end |
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
12167 12168 12169 |
# File 'sig/types.rbs', line 12167 def performance_configuration @performance_configuration end |
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
12157 12158 12159 |
# File 'sig/types.rbs', line 12157 def physical_table_map @physical_table_map end |
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
12162 12163 12164 |
# File 'sig/types.rbs', line 12162 def @row_level_permission_data_set end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
12163 12164 12165 |
# File 'sig/types.rbs', line 12163 def @row_level_permission_tag_configuration end |
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
12169 12170 12171 |
# File 'sig/types.rbs', line 12169 def semantic_model_configuration @semantic_model_configuration end |