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)


254
255
256
# File 'sig/types.rbs', line 254

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def database_name
  @database_name
end

#partitions_to_delete::Array[Types::PartitionValueList]

Returns the value of attribute partitions_to_delete.

Returns:



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

def partitions_to_delete
  @partitions_to_delete
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def table_name
  @table_name
end