class Aws::Glue::Types::BatchDeletePartitionRequest

@note When making an API call, you may pass BatchDeletePartitionRequest

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString", # required
      table_name: "NameString", # required
      partitions_to_delete: [ # required
        {
          values: ["ValueString"], # required
        },
      ],
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog where the partition to be deleted
resides. If none is provided, the Amazon Web Services account ID is
used by default.
@return [String]

@!attribute [rw] database_name

The name of the catalog database in which the table in question
resides.
@return [String]

@!attribute [rw] table_name

The name of the table that contains the partitions to be deleted.
@return [String]

@!attribute [rw] partitions_to_delete

A list of `PartitionInput` structures that define the partitions to
be deleted.
@return [Array<Types::PartitionValueList>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BatchDeletePartitionRequest AWS API Documentation

Constants

SENSITIVE