class Aws::GlueDataBrew::Types::ColumnSelector
Selector of a column from a dataset for profile job configuration. One selector includes either a column name or a regular expression.
@note When making an API call, you may pass ColumnSelector
data as a hash: { regex: "ColumnName", name: "ColumnName", }
@!attribute [rw] regex
A regular expression for selecting a column from a dataset. @return [String]
@!attribute [rw] name
The name of a column from a dataset. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/ColumnSelector AWS API Documentation
Constants
- SENSITIVE