Method: Aws::Keyspaces::Types::DeleteTableRequest#table_name
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
#table_name ⇒ String
The name of the table to be deleted.
853 854 855 856 857 858 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 853 class DeleteTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |