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.
12578 12579 12580 |
# File 'sig/types.rbs', line 12578 def aws_account_id @aws_account_id end |
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
12584 12585 12586 |
# File 'sig/types.rbs', line 12584 def column_groups @column_groups end |
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
12588 12589 12590 |
# File 'sig/types.rbs', line 12588 def @column_level_permission_rules end |
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
12592 12593 12594 |
# File 'sig/types.rbs', line 12592 def data_prep_configuration @data_prep_configuration end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
12579 12580 12581 |
# File 'sig/types.rbs', line 12579 def data_set_id @data_set_id end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
12589 12590 12591 |
# File 'sig/types.rbs', line 12589 def data_set_usage_configuration @data_set_usage_configuration end |
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
12590 12591 12592 |
# File 'sig/types.rbs', line 12590 def dataset_parameters @dataset_parameters end |
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
12585 12586 12587 |
# File 'sig/types.rbs', line 12585 def field_folders @field_folders end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
12583 12584 12585 |
# File 'sig/types.rbs', line 12583 def import_mode @import_mode end |
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
12582 12583 12584 |
# File 'sig/types.rbs', line 12582 def logical_table_map @logical_table_map end |
#name ⇒ ::String
Returns the value of attribute name.
12580 12581 12582 |
# File 'sig/types.rbs', line 12580 def name @name end |
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
12591 12592 12593 |
# File 'sig/types.rbs', line 12591 def performance_configuration @performance_configuration end |
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
12581 12582 12583 |
# File 'sig/types.rbs', line 12581 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.
12586 12587 12588 |
# File 'sig/types.rbs', line 12586 def @row_level_permission_data_set end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
12587 12588 12589 |
# File 'sig/types.rbs', line 12587 def @row_level_permission_tag_configuration end |
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
12593 12594 12595 |
# File 'sig/types.rbs', line 12593 def semantic_model_configuration @semantic_model_configuration end |