Class: Aws::Types::BatchDeleteTableVersionRequest

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)


284
285
286
# File 'sig/types.rbs', line 284

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def table_name
  @table_name
end

#version_ids::Array[::String]

Returns the value of attribute version_ids.

Returns:

  • (::Array[::String])


287
288
289
# File 'sig/types.rbs', line 287

def version_ids
  @version_ids
end