Class: Aws::Types::BatchDeleteTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def database_name
  @database_name
end

#tables_to_delete::Array[::String]

Returns the value of attribute tables_to_delete.

Returns:

  • (::Array[::String])


269
270
271
# File 'sig/types.rbs', line 269

def tables_to_delete
  @tables_to_delete
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def transaction_id
  @transaction_id
end