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.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def aws_account_id @aws_account_id end |
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def column_groups @column_groups end |
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def @column_level_permission_rules end |
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def data_prep_configuration @data_prep_configuration end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def data_set_id @data_set_id end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def data_set_usage_configuration @data_set_usage_configuration end |
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def dataset_parameters @dataset_parameters end |
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def field_folders @field_folders end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def folder_arns @folder_arns end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def import_mode @import_mode end |
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def logical_table_map @logical_table_map end |
#name ⇒ ::String
Returns the value of attribute name.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def name @name end |
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def performance_configuration @performance_configuration end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def @permissions end |
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 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.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def @row_level_permission_data_set end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def @row_level_permission_tag_configuration end |
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def semantic_model_configuration @semantic_model_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def @tags end |
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def use_as @use_as end |