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)


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

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def database_name
  @database_name
end

#tables_to_delete::Array[::String]

Returns the value of attribute tables_to_delete.

Returns:

  • (::Array[::String])


273
274
275
# File 'sig/types.rbs', line 273

def tables_to_delete
  @tables_to_delete
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def transaction_id
  @transaction_id
end