Class: Aws::Types::ColumnStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ColumnStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzed_time ⇒ ::Time
Returns the value of attribute analyzed_time.
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#column_type ⇒ ::String
Returns the value of attribute column_type.
-
#statistics_data ⇒ Types::ColumnStatisticsData
Returns the value of attribute statistics_data.
Instance Attribute Details
#analyzed_time ⇒ ::Time
Returns the value of attribute analyzed_time.
930 931 932 |
# File 'sig/types.rbs', line 930 def analyzed_time @analyzed_time end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
928 929 930 |
# File 'sig/types.rbs', line 928 def column_name @column_name end |
#column_type ⇒ ::String
Returns the value of attribute column_type.
929 930 931 |
# File 'sig/types.rbs', line 929 def column_type @column_type end |
#statistics_data ⇒ Types::ColumnStatisticsData
Returns the value of attribute statistics_data.
931 932 933 |
# File 'sig/types.rbs', line 931 def statistics_data @statistics_data end |