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)


280
281
282
# File 'sig/types.rbs', line 280

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def table_name
  @table_name
end

#version_ids::Array[::String]

Returns the value of attribute version_ids.

Returns:

  • (::Array[::String])


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

def version_ids
  @version_ids
end