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.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def arn @arn end |
#column_groups ⇒ ::Array[Types::ColumnGroup]
Returns the value of attribute column_groups.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def column_groups @column_groups end |
#column_level_permission_rules ⇒ ::Array[Types::ColumnLevelPermissionRule]
Returns the value of attribute column_level_permission_rules.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def @column_level_permission_rules end |
#consumed_spice_capacity_in_bytes ⇒ ::Integer
Returns the value of attribute consumed_spice_capacity_in_bytes.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def consumed_spice_capacity_in_bytes @consumed_spice_capacity_in_bytes end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def created_time @created_time end |
#data_prep_configuration ⇒ Types::DataPrepConfiguration
Returns the value of attribute data_prep_configuration.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def data_prep_configuration @data_prep_configuration end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def data_set_id @data_set_id end |
#data_set_usage_configuration ⇒ Types::DataSetUsageConfiguration
Returns the value of attribute data_set_usage_configuration.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def data_set_usage_configuration @data_set_usage_configuration end |
#dataset_parameters ⇒ ::Array[Types::DatasetParameter]
Returns the value of attribute dataset_parameters.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def dataset_parameters @dataset_parameters end |
#field_folders ⇒ ::Hash[::String, Types::FieldFolder]
Returns the value of attribute field_folders.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def field_folders @field_folders end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
3157 3158 3159 |
# File 'sig/types.rbs', line 3157 def import_mode @import_mode end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def last_updated_time @last_updated_time end |
#logical_table_map ⇒ ::Hash[::String, Types::LogicalTable]
Returns the value of attribute logical_table_map.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def logical_table_map @logical_table_map end |
#name ⇒ ::String
Returns the value of attribute name.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def name @name end |
#output_columns ⇒ ::Array[Types::OutputColumn]
Returns the value of attribute output_columns.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def output_columns @output_columns end |
#performance_configuration ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_configuration.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def performance_configuration @performance_configuration end |
#physical_table_map ⇒ ::Hash[::String, Types::PhysicalTable]
Returns the value of attribute physical_table_map.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 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.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def @row_level_permission_data_set end |
#row_level_permission_tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute row_level_permission_tag_configuration.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def @row_level_permission_tag_configuration end |
#semantic_model_configuration ⇒ Types::SemanticModelConfiguration
Returns the value of attribute semantic_model_configuration.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def semantic_model_configuration @semantic_model_configuration end |
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def use_as @use_as end |