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)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def 
  @aws_account_id
end

#column_groups::Array[Types::ColumnGroup]

Returns the value of attribute column_groups.

Returns:



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.

Returns:



2227
2228
2229
# File 'sig/types.rbs', line 2227

def column_level_permission_rules
  @column_level_permission_rules
end

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

Returns:

  • (::String)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def data_set_id
  @data_set_id
end

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

Returns:



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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("SPICE", "DIRECT_QUERY")


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.

Returns:



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.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def name
  @name
end

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

Returns:



2224
2225
2226
# File 'sig/types.rbs', line 2224

def permissions
  @permissions
end

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

Returns the value of attribute physical_table_map.

Returns:



2219
2220
2221
# File 'sig/types.rbs', line 2219

def physical_table_map
  @physical_table_map
end

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

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

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

Returns:



2228
2229
2230
# File 'sig/types.rbs', line 2228

def tags
  @tags
end

#use_as"RLS_RULES"

Returns the value of attribute use_as.

Returns:

  • ("RLS_RULES")


2233
2234
2235
# File 'sig/types.rbs', line 2233

def use_as
  @use_as
end