Method: Aws::Keyspaces::Types::DeleteTableRequest#table_name

Defined in:
lib/aws-sdk-keyspaces/types.rb

#table_nameString

The name of the table to be deleted.

Returns:

  • (String)


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