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)


12578
12579
12580
# File 'sig/types.rbs', line 12578

def 
  @aws_account_id
end

#column_groups::Array[Types::ColumnGroup]

Returns the value of attribute column_groups.

Returns:



12584
12585
12586
# File 'sig/types.rbs', line 12584

def column_groups
  @column_groups
end

#column_level_permission_rules::Array[Types::ColumnLevelPermissionRule]

Returns the value of attribute column_level_permission_rules.

Returns:



12588
12589
12590
# File 'sig/types.rbs', line 12588

def column_level_permission_rules
  @column_level_permission_rules
end

#data_prep_configurationTypes::DataPrepConfiguration

Returns the value of attribute data_prep_configuration.



12592
12593
12594
# File 'sig/types.rbs', line 12592

def data_prep_configuration
  @data_prep_configuration
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


12579
12580
12581
# File 'sig/types.rbs', line 12579

def data_set_id
  @data_set_id
end

#data_set_usage_configurationTypes::DataSetUsageConfiguration

Returns the value of attribute data_set_usage_configuration.



12589
12590
12591
# File 'sig/types.rbs', line 12589

def data_set_usage_configuration
  @data_set_usage_configuration
end

#dataset_parameters::Array[Types::DatasetParameter]

Returns the value of attribute dataset_parameters.

Returns:



12590
12591
12592
# File 'sig/types.rbs', line 12590

def dataset_parameters
  @dataset_parameters
end

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

Returns the value of attribute field_folders.

Returns:



12585
12586
12587
# File 'sig/types.rbs', line 12585

def field_folders
  @field_folders
end

#import_mode"SPICE", "DIRECT_QUERY"

Returns the value of attribute import_mode.

Returns:

  • ("SPICE", "DIRECT_QUERY")


12583
12584
12585
# File 'sig/types.rbs', line 12583

def import_mode
  @import_mode
end

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

Returns the value of attribute logical_table_map.

Returns:



12582
12583
12584
# File 'sig/types.rbs', line 12582

def logical_table_map
  @logical_table_map
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12580
12581
12582
# File 'sig/types.rbs', line 12580

def name
  @name
end

#performance_configurationTypes::PerformanceConfiguration

Returns the value of attribute performance_configuration.



12591
12592
12593
# File 'sig/types.rbs', line 12591

def performance_configuration
  @performance_configuration
end

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

Returns the value of attribute physical_table_map.

Returns:



12581
12582
12583
# File 'sig/types.rbs', line 12581

def physical_table_map
  @physical_table_map
end

#row_level_permission_data_setTypes::RowLevelPermissionDataSet

Returns the value of attribute row_level_permission_data_set.



12586
12587
12588
# File 'sig/types.rbs', line 12586

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.



12587
12588
12589
# File 'sig/types.rbs', line 12587

def row_level_permission_tag_configuration
  @row_level_permission_tag_configuration
end

#semantic_model_configurationTypes::SemanticModelConfiguration

Returns the value of attribute semantic_model_configuration.



12593
12594
12595
# File 'sig/types.rbs', line 12593

def semantic_model_configuration
  @semantic_model_configuration
end