Class: Aws::Types::DeleteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
149 150 151 |
# File 'sig/types.rbs', line 149 def keyspace_name @keyspace_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
150 151 152 |
# File 'sig/types.rbs', line 150 def table_name @table_name end |