Class: Aws::Types::DataSetConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_group_schema_list::Array[Types::ColumnGroupSchema]

Returns the value of attribute column_group_schema_list.

Returns:



3313
3314
3315
# File 'sig/types.rbs', line 3313

def column_group_schema_list
  @column_group_schema_list
end

#data_set_schemaTypes::DataSetSchema

Returns the value of attribute data_set_schema.



3312
3313
3314
# File 'sig/types.rbs', line 3312

def data_set_schema
  @data_set_schema
end

#placeholder::String

Returns the value of attribute placeholder.

Returns:

  • (::String)


3311
3312
3313
# File 'sig/types.rbs', line 3311

def placeholder
  @placeholder
end