Class: Aws::Types::DataSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



3294
3295
3296
# File 'sig/types.rbs', line 3294

def column_level_permission_rules
  @column_level_permission_rules
end

#consumed_spice_capacity_in_bytes::Integer

Returns the value of attribute consumed_spice_capacity_in_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


3283
3284
3285
# File 'sig/types.rbs', line 3283

def created_time
  @created_time
end

#data_prep_configurationTypes::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.

Returns:

  • (::String)


3281
3282
3283
# File 'sig/types.rbs', line 3281

def data_set_id
  @data_set_id
end

#data_set_usage_configurationTypes::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.

Returns:



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.

Returns:



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.

Returns:

  • ("SPICE", "DIRECT_QUERY")


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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



3287
3288
3289
# File 'sig/types.rbs', line 3287

def output_columns
  @output_columns
end

#performance_configurationTypes::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.

Returns:



3285
3286
3287
# File 'sig/types.rbs', line 3285

def physical_table_map
  @physical_table_map
end

#row_level_permission_data_setTypes::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
  @row_level_permission_data_set
end

#row_level_permission_tag_configurationTypes::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
  @row_level_permission_tag_configuration
end

#semantic_model_configurationTypes::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.

Returns:

  • ("RLS_RULES")


3298
3299
3300
# File 'sig/types.rbs', line 3298

def use_as
  @use_as
end