Class: Aws::Types::BatchDeletePartitionRequest

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)


258
259
260
# File 'sig/types.rbs', line 258

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def database_name
  @database_name
end

#partitions_to_delete::Array[Types::PartitionValueList]

Returns the value of attribute partitions_to_delete.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def partitions_to_delete
  @partitions_to_delete
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def table_name
  @table_name
end