Class: Aws::Types::ProfileConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_statistics_configurations ⇒ ::Array[Types::ColumnStatisticsConfiguration]

Returns the value of attribute column_statistics_configurations.



736
737
738
# File 'sig/types.rbs', line 736

def column_statistics_configurations
  @column_statistics_configurations
end

#dataset_statistics_configuration ⇒ Types::StatisticsConfiguration

Returns the value of attribute dataset_statistics_configuration.



734
735
736
# File 'sig/types.rbs', line 734

def dataset_statistics_configuration
  @dataset_statistics_configuration
end

#entity_detector_configuration ⇒ Types::EntityDetectorConfiguration

Returns the value of attribute entity_detector_configuration.



737
738
739
# File 'sig/types.rbs', line 737

def entity_detector_configuration
  @entity_detector_configuration
end

#profile_columns ⇒ ::Array[Types::ColumnSelector]

Returns the value of attribute profile_columns.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def profile_columns
  @profile_columns
end