Class: Aws::Types::DeleteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTableRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def name @name end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def transaction_id @transaction_id end |