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)


741
742
743
744
745
746
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 741

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)


741
742
743
744
745
746
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 741

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