Class: Aws::Types::BatchDeletePartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeletePartitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#partitions_to_delete ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions_to_delete.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
255 256 257 |
# File 'sig/types.rbs', line 255 def database_name @database_name end |
#partitions_to_delete ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions_to_delete.
257 258 259 |
# File 'sig/types.rbs', line 257 def partitions_to_delete @partitions_to_delete end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
256 257 258 |
# File 'sig/types.rbs', line 256 def table_name @table_name end |