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)


3149
3150
3151
# File 'sig/types.rbs', line 3149

def arn
  @arn
end

#column_groups::Array[Types::ColumnGroup]

Returns the value of attribute column_groups.

Returns:



3159
3160
3161
# File 'sig/types.rbs', line 3159

def column_groups
  @column_groups
end

#column_level_permission_rules::Array[Types::ColumnLevelPermissionRule]

Returns the value of attribute column_level_permission_rules.

Returns:



3163
3164
3165
# File 'sig/types.rbs', line 3163

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)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def consumed_spice_capacity_in_bytes
  @consumed_spice_capacity_in_bytes
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def created_time
  @created_time
end

#data_prep_configurationTypes::DataPrepConfiguration

Returns the value of attribute data_prep_configuration.



3168
3169
3170
# File 'sig/types.rbs', line 3168

def data_prep_configuration
  @data_prep_configuration
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


3150
3151
3152
# File 'sig/types.rbs', line 3150

def data_set_id
  @data_set_id
end

#data_set_usage_configurationTypes::DataSetUsageConfiguration

Returns the value of attribute data_set_usage_configuration.



3164
3165
3166
# File 'sig/types.rbs', line 3164

def data_set_usage_configuration
  @data_set_usage_configuration
end

#dataset_parameters::Array[Types::DatasetParameter]

Returns the value of attribute dataset_parameters.

Returns:



3165
3166
3167
# File 'sig/types.rbs', line 3165

def dataset_parameters
  @dataset_parameters
end

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

Returns the value of attribute field_folders.

Returns:



3160
3161
3162
# File 'sig/types.rbs', line 3160

def field_folders
  @field_folders
end

#import_mode"SPICE", "DIRECT_QUERY"

Returns the value of attribute import_mode.

Returns:

  • ("SPICE", "DIRECT_QUERY")


3157
3158
3159
# File 'sig/types.rbs', line 3157

def import_mode
  @import_mode
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def last_updated_time
  @last_updated_time
end

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

Returns the value of attribute logical_table_map.

Returns:



3155
3156
3157
# File 'sig/types.rbs', line 3155

def logical_table_map
  @logical_table_map
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def name
  @name
end

#output_columns::Array[Types::OutputColumn]

Returns the value of attribute output_columns.

Returns:



3156
3157
3158
# File 'sig/types.rbs', line 3156

def output_columns
  @output_columns
end

#performance_configurationTypes::PerformanceConfiguration

Returns the value of attribute performance_configuration.



3166
3167
3168
# File 'sig/types.rbs', line 3166

def performance_configuration
  @performance_configuration
end

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

Returns the value of attribute physical_table_map.

Returns:



3154
3155
3156
# File 'sig/types.rbs', line 3154

def physical_table_map
  @physical_table_map
end

#row_level_permission_data_setTypes::RowLevelPermissionDataSet

Returns the value of attribute row_level_permission_data_set.



3161
3162
3163
# File 'sig/types.rbs', line 3161

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.



3162
3163
3164
# File 'sig/types.rbs', line 3162

def row_level_permission_tag_configuration
  @row_level_permission_tag_configuration
end

#semantic_model_configurationTypes::SemanticModelConfiguration

Returns the value of attribute semantic_model_configuration.



3169
3170
3171
# File 'sig/types.rbs', line 3169

def semantic_model_configuration
  @semantic_model_configuration
end

#use_as"RLS_RULES"

Returns the value of attribute use_as.

Returns:

  • ("RLS_RULES")


3167
3168
3169
# File 'sig/types.rbs', line 3167

def use_as
  @use_as
end