Class: Aws::Types::UpdateColumnStatisticsForTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateColumnStatisticsForTableRequest
- 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.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7872 7873 7874 |
# File 'sig/types.rbs', line 7872 def catalog_id @catalog_id end |
#column_statistics_list ⇒ ::Array[Types::ColumnStatistics]
Returns the value of attribute column_statistics_list.
7875 7876 7877 |
# File 'sig/types.rbs', line 7875 def column_statistics_list @column_statistics_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7873 7874 7875 |
# File 'sig/types.rbs', line 7873 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7874 7875 7876 |
# File 'sig/types.rbs', line 7874 def table_name @table_name end |