Class: Aws::Types::DataSet
- Inherits:
-
Object
- Object
- Aws::Types::DataSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#consumed_spice_capacity_in_bytes ⇒ ::Integer
Returns the value of attribute consumed_spice_capacity_in_bytes.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_columns ⇒ ::Array[Types::OutputColumn]
Returns the value of attribute output_columns.
-
#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.
-
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def arn @arn end |
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def column_groups @column_groups end |
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
3294 3295 3296 |
# File 'sig/types.rbs', line 3294 def @column_level_permission_rules end |
#consumed_spice_capacity_in_bytes ⇒ ::Integer
Returns the value of attribute consumed_spice_capacity_in_bytes.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def consumed_spice_capacity_in_bytes @consumed_spice_capacity_in_bytes end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3283 3284 3285 |
# File 'sig/types.rbs', line 3283 def created_time @created_time end |
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def data_prep_configuration @data_prep_configuration end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def data_set_id @data_set_id end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def data_set_usage_configuration @data_set_usage_configuration end |
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
3296 3297 3298 |
# File 'sig/types.rbs', line 3296 def dataset_parameters @dataset_parameters end |
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
3291 3292 3293 |
# File 'sig/types.rbs', line 3291 def field_folders @field_folders end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def import_mode @import_mode end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3284 3285 3286 |
# File 'sig/types.rbs', line 3284 def last_updated_time @last_updated_time end |
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
3286 3287 3288 |
# File 'sig/types.rbs', line 3286 def logical_table_map @logical_table_map end |
#name ⇒ ::String
Returns the value of attribute name.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def name @name end |
#output_columns ⇒ ::Array[Types::OutputColumn]
Returns the value of attribute output_columns.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def output_columns @output_columns end |
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
3297 3298 3299 |
# File 'sig/types.rbs', line 3297 def performance_configuration @performance_configuration end |
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 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.
3292 3293 3294 |
# File 'sig/types.rbs', line 3292 def @row_level_permission_data_set end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def @row_level_permission_tag_configuration end |
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def semantic_model_configuration @semantic_model_configuration end |
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def use_as @use_as end |