Class: Aws::Keyspaces::Types::DeleteTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_nameString

The name of the keyspace of the to be deleted table.

Returns:

  • (String)


685
686
687
688
689
690
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 685

class DeleteTableRequest < Struct.new(
  :keyspace_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table to be deleted.

Returns:

  • (String)


685
686
687
688
689
690
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 685

class DeleteTableRequest < Struct.new(
  :keyspace_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end