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

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def database_name
  @database_name
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def table_name
  @table_name
end