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.
934 935 936 |
# File 'sig/types.rbs', line 934 def analyzed_time @analyzed_time end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
932 933 934 |
# File 'sig/types.rbs', line 932 def column_name @column_name end |
#column_type ⇒ ::String
Returns the value of attribute column_type.
933 934 935 |
# File 'sig/types.rbs', line 933 def column_type @column_type end |
#statistics_data ⇒ Types::ColumnStatisticsData
Returns the value of attribute statistics_data.
935 936 937 |
# File 'sig/types.rbs', line 935 def statistics_data @statistics_data end |