Class: Aws::Types::ColumnStatisticsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ColumnStatisticsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selectors ⇒ ::Array[Types::ColumnSelector]
Returns the value of attribute selectors.
-
#statistics ⇒ Types::StatisticsConfiguration
Returns the value of attribute statistics.
Instance Attribute Details
#selectors ⇒ ::Array[Types::ColumnSelector]
Returns the value of attribute selectors.
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 |