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.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def name @name end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def transaction_id @transaction_id end |