Class: Aws::Types::ColumnStatisticsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute selectors.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def selectors
  @selectors
end

#statistics ⇒ Types::StatisticsConfiguration

Returns the value of attribute statistics.



41
42
43
# File 'sig/types.rbs', line 41

def statistics
  @statistics
end