Class: Aws::Types::DeleteTableRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def table_name
  @table_name
end