Class: Aws::Types::UpdateColumnStatisticsForPartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateColumnStatisticsForPartitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#column_statistics_list ⇒ ::Array[Types::ColumnStatistics]
Returns the value of attribute column_statistics_list.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7858 7859 7860 |
# File 'sig/types.rbs', line 7858 def catalog_id @catalog_id end |
#column_statistics_list ⇒ ::Array[Types::ColumnStatistics]
Returns the value of attribute column_statistics_list.
7862 7863 7864 |
# File 'sig/types.rbs', line 7862 def column_statistics_list @column_statistics_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7859 7860 7861 |
# File 'sig/types.rbs', line 7859 def database_name @database_name end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
7861 7862 7863 |
# File 'sig/types.rbs', line 7861 def partition_values @partition_values end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7860 7861 7862 |
# File 'sig/types.rbs', line 7860 def table_name @table_name end |