Class: Aws::Types::CreateDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSetRequest
- 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.
-
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
-
#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.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def aws_account_id @aws_account_id end |
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def column_groups @column_groups end |
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def @column_level_permission_rules end |
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def data_prep_configuration @data_prep_configuration end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def data_set_id @data_set_id end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def data_set_usage_configuration @data_set_usage_configuration end |
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def dataset_parameters @dataset_parameters end |
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def field_folders @field_folders end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def folder_arns @folder_arns end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def import_mode @import_mode end |
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def logical_table_map @logical_table_map end |
#name ⇒ ::String
Returns the value of attribute name.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def name @name end |
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def performance_configuration @performance_configuration end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def @permissions end |
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 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.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def @row_level_permission_data_set end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def @row_level_permission_tag_configuration end |
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def semantic_model_configuration @semantic_model_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def @tags end |
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def use_as @use_as end |