Class: Aws::Types::CreateDataSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def 
  @aws_account_id
end

#column_groups::Array[Types::ColumnGroup]

Returns the value of attribute column_groups.

Returns:



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.

Returns:



2324
2325
2326
# File 'sig/types.rbs', line 2324

def column_level_permission_rules
  @column_level_permission_rules
end

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

Returns:

  • (::String)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def data_set_id
  @data_set_id
end

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

Returns:



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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("SPICE", "DIRECT_QUERY")


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.

Returns:



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.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def name
  @name
end

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

Returns:



2321
2322
2323
# File 'sig/types.rbs', line 2321

def permissions
  @permissions
end

#physical_table_map::Hash[::String, Types::PhysicalTable]

Returns the value of attribute physical_table_map.

Returns:



2316
2317
2318
# File 'sig/types.rbs', line 2316

def physical_table_map
  @physical_table_map
end

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

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

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

Returns:



2325
2326
2327
# File 'sig/types.rbs', line 2325

def tags
  @tags
end

#use_as"RLS_RULES"

Returns the value of attribute use_as.

Returns:

  • ("RLS_RULES")


2330
2331
2332
# File 'sig/types.rbs', line 2330

def use_as
  @use_as
end