Class: Aws::Types::DeleteObjectsOnCancelRequest

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)


311
312
313
# File 'sig/types.rbs', line 311

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def database_name
  @database_name
end

#objects::Array[Types::VirtualObject]

Returns the value of attribute objects.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def objects
  @objects
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def table_name
  @table_name
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def transaction_id
  @transaction_id
end