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.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def column_group_schema_list @column_group_schema_list end |
#data_set_schema ⇒ Types::DataSetSchema
Returns the value of attribute data_set_schema.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def data_set_schema @data_set_schema end |
#placeholder ⇒ ::String
Returns the value of attribute placeholder.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def placeholder @placeholder end |