Class: Aws::Types::GetColumnStatisticsForPartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetColumnStatisticsForPartitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
-
#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.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def catalog_id @catalog_id end |
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
3286 3287 3288 |
# File 'sig/types.rbs', line 3286 def column_names @column_names end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3283 3284 3285 |
# File 'sig/types.rbs', line 3283 def database_name @database_name end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 def partition_values @partition_values end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3284 3285 3286 |
# File 'sig/types.rbs', line 3284 def table_name @table_name end |