Class: Aws::Types::ColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::ColumnStatisticsData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_column_statistics_data ⇒ Types::BinaryColumnStatisticsData
Returns the value of attribute binary_column_statistics_data.
-
#boolean_column_statistics_data ⇒ Types::BooleanColumnStatisticsData
Returns the value of attribute boolean_column_statistics_data.
-
#date_column_statistics_data ⇒ Types::DateColumnStatisticsData
Returns the value of attribute date_column_statistics_data.
-
#decimal_column_statistics_data ⇒ Types::DecimalColumnStatisticsData
Returns the value of attribute decimal_column_statistics_data.
-
#double_column_statistics_data ⇒ Types::DoubleColumnStatisticsData
Returns the value of attribute double_column_statistics_data.
-
#long_column_statistics_data ⇒ Types::LongColumnStatisticsData
Returns the value of attribute long_column_statistics_data.
-
#string_column_statistics_data ⇒ Types::StringColumnStatisticsData
Returns the value of attribute string_column_statistics_data.
-
#type ⇒ "BOOLEAN", ...
Returns the value of attribute type.
Instance Attribute Details
#binary_column_statistics_data ⇒ Types::BinaryColumnStatisticsData
Returns the value of attribute binary_column_statistics_data.
943 944 945 |
# File 'sig/types.rbs', line 943 def binary_column_statistics_data @binary_column_statistics_data end |
#boolean_column_statistics_data ⇒ Types::BooleanColumnStatisticsData
Returns the value of attribute boolean_column_statistics_data.
937 938 939 |
# File 'sig/types.rbs', line 937 def boolean_column_statistics_data @boolean_column_statistics_data end |
#date_column_statistics_data ⇒ Types::DateColumnStatisticsData
Returns the value of attribute date_column_statistics_data.
938 939 940 |
# File 'sig/types.rbs', line 938 def date_column_statistics_data @date_column_statistics_data end |
#decimal_column_statistics_data ⇒ Types::DecimalColumnStatisticsData
Returns the value of attribute decimal_column_statistics_data.
939 940 941 |
# File 'sig/types.rbs', line 939 def decimal_column_statistics_data @decimal_column_statistics_data end |
#double_column_statistics_data ⇒ Types::DoubleColumnStatisticsData
Returns the value of attribute double_column_statistics_data.
940 941 942 |
# File 'sig/types.rbs', line 940 def double_column_statistics_data @double_column_statistics_data end |
#long_column_statistics_data ⇒ Types::LongColumnStatisticsData
Returns the value of attribute long_column_statistics_data.
941 942 943 |
# File 'sig/types.rbs', line 941 def long_column_statistics_data @long_column_statistics_data end |
#string_column_statistics_data ⇒ Types::StringColumnStatisticsData
Returns the value of attribute string_column_statistics_data.
942 943 944 |
# File 'sig/types.rbs', line 942 def string_column_statistics_data @string_column_statistics_data end |
#type ⇒ "BOOLEAN", ...
Returns the value of attribute type.
936 937 938 |
# File 'sig/types.rbs', line 936 def type @type end |