Class: Aws::Types::BatchDeleteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteTableRequest
- 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.
-
#tables_to_delete ⇒ ::Array[::String]
Returns the value of attribute tables_to_delete.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
267 268 269 |
# File 'sig/types.rbs', line 267 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def database_name @database_name end |
#tables_to_delete ⇒ ::Array[::String]
Returns the value of attribute tables_to_delete.
269 270 271 |
# File 'sig/types.rbs', line 269 def tables_to_delete @tables_to_delete end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def transaction_id @transaction_id end |