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.
271 272 273 |
# File 'sig/types.rbs', line 271 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
272 273 274 |
# File 'sig/types.rbs', line 272 def database_name @database_name end |
#tables_to_delete ⇒ ::Array[::String]
Returns the value of attribute tables_to_delete.
273 274 275 |
# File 'sig/types.rbs', line 273 def tables_to_delete @tables_to_delete end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def transaction_id @transaction_id end |