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.
7890 7891 7892 |
# File 'sig/types.rbs', line 7890 def catalog_id @catalog_id end |
#column_statistics_list ⇒ ::Array[Types::ColumnStatistics]
Returns the value of attribute column_statistics_list.
7894 7895 7896 |
# File 'sig/types.rbs', line 7894 def column_statistics_list @column_statistics_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7891 7892 7893 |
# File 'sig/types.rbs', line 7891 def database_name @database_name end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
7893 7894 7895 |
# File 'sig/types.rbs', line 7893 def partition_values @partition_values end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7892 7893 7894 |
# File 'sig/types.rbs', line 7892 def table_name @table_name end |