Class: Aws::Types::UpdateDataSetRequest

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)


12154
12155
12156
# File 'sig/types.rbs', line 12154

def 
  @aws_account_id
end

#column_groups::Array[Types::ColumnGroup]

Returns the value of attribute column_groups.

Returns:



12160
12161
12162
# File 'sig/types.rbs', line 12160

def column_groups
  @column_groups
end

#column_level_permission_rules::Array[Types::ColumnLevelPermissionRule]

Returns the value of attribute column_level_permission_rules.

Returns:



12164
12165
12166
# File 'sig/types.rbs', line 12164

def column_level_permission_rules
  @column_level_permission_rules
end

#data_prep_configurationTypes::DataPrepConfiguration

Returns the value of attribute data_prep_configuration.



12168
12169
12170
# File 'sig/types.rbs', line 12168

def data_prep_configuration
  @data_prep_configuration
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


12155
12156
12157
# File 'sig/types.rbs', line 12155

def data_set_id
  @data_set_id
end

#data_set_usage_configurationTypes::DataSetUsageConfiguration

Returns the value of attribute data_set_usage_configuration.



12165
12166
12167
# File 'sig/types.rbs', line 12165

def data_set_usage_configuration
  @data_set_usage_configuration
end

#dataset_parameters::Array[Types::DatasetParameter]

Returns the value of attribute dataset_parameters.

Returns:



12166
12167
12168
# File 'sig/types.rbs', line 12166

def dataset_parameters
  @dataset_parameters
end

#field_folders::Hash[::String, Types::FieldFolder]

Returns the value of attribute field_folders.

Returns:



12161
12162
12163
# File 'sig/types.rbs', line 12161

def field_folders
  @field_folders
end

#import_mode"SPICE", "DIRECT_QUERY"

Returns the value of attribute import_mode.

Returns:

  • ("SPICE", "DIRECT_QUERY")


12159
12160
12161
# File 'sig/types.rbs', line 12159

def import_mode
  @import_mode
end

#logical_table_map::Hash[::String, Types::LogicalTable]

Returns the value of attribute logical_table_map.

Returns:



12158
12159
12160
# File 'sig/types.rbs', line 12158

def logical_table_map
  @logical_table_map
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12156
12157
12158
# File 'sig/types.rbs', line 12156

def name
  @name
end

#performance_configurationTypes::PerformanceConfiguration

Returns the value of attribute performance_configuration.



12167
12168
12169
# File 'sig/types.rbs', line 12167

def performance_configuration
  @performance_configuration
end

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

Returns the value of attribute physical_table_map.

Returns:



12157
12158
12159
# File 'sig/types.rbs', line 12157

def physical_table_map
  @physical_table_map
end

#row_level_permission_data_setTypes::RowLevelPermissionDataSet

Returns the value of attribute row_level_permission_data_set.



12162
12163
12164
# File 'sig/types.rbs', line 12162

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.



12163
12164
12165
# File 'sig/types.rbs', line 12163

def row_level_permission_tag_configuration
  @row_level_permission_tag_configuration
end

#semantic_model_configurationTypes::SemanticModelConfiguration

Returns the value of attribute semantic_model_configuration.



12169
12170
12171
# File 'sig/types.rbs', line 12169

def semantic_model_configuration
  @semantic_model_configuration
end