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.
7914 7915 7916 |
# File 'sig/types.rbs', line 7914 def catalog_id @catalog_id end |
#column_statistics_list ⇒ ::Array[Types::ColumnStatistics]
Returns the value of attribute column_statistics_list.
7917 7918 7919 |
# File 'sig/types.rbs', line 7917 def column_statistics_list @column_statistics_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7915 7916 7917 |
# File 'sig/types.rbs', line 7915 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7916 7917 7918 |
# File 'sig/types.rbs', line 7916 def table_name @table_name end |