Class: Aws::GlueDataBrew::Types::AllowedStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::AllowedStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statistics ⇒ Array<String>
One or more column statistics to allow for columns that contain detected entities.
Instance Attribute Details
#statistics ⇒ Array<String>
One or more column statistics to allow for columns that contain detected entities.
37 38 39 40 41 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 37 class AllowedStatistics < Struct.new( :statistics) SENSITIVE = [] include Aws::Structure end |