Class: Aws::Types::DataSetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataSetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_group_schema_list ⇒ ::Array[Types::ColumnGroupSchema]
Returns the value of attribute column_group_schema_list.
-
#data_set_schema ⇒ Types::DataSetSchema
Returns the value of attribute data_set_schema.
-
#placeholder ⇒ ::String
Returns the value of attribute placeholder.
Instance Attribute Details
#column_group_schema_list ⇒ ::Array[Types::ColumnGroupSchema]
Returns the value of attribute column_group_schema_list.
3313 3314 3315 |
# File 'sig/types.rbs', line 3313 def column_group_schema_list @column_group_schema_list end |
#data_set_schema ⇒ Types::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.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def placeholder @placeholder end |