Class: Aws::GlueDataBrew::Types::AllowedStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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

Instance Attribute Details

#statisticsArray<String>

One or more column statistics to allow for columns that contain detected entities.

Returns:

  • (Array<String>)


37
38
39
40
41
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 37

class AllowedStatistics < Struct.new(
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end