class Aws::Glue::Types::DeletePartitionIndexRequest
@note When making an API call, you may pass DeletePartitionIndexRequest
data as a hash: { catalog_id: "CatalogIdString", database_name: "NameString", # required table_name: "NameString", # required index_name: "NameString", # required }
@!attribute [rw] catalog_id
The catalog ID where the table resides. @return [String]
@!attribute [rw] database_name
Specifies the name of a database from which you want to delete a partition index. @return [String]
@!attribute [rw] table_name
Specifies the name of a table from which you want to delete a partition index. @return [String]
@!attribute [rw] index_name
The name of the partition index to be deleted. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeletePartitionIndexRequest AWS API Documentation
Constants
- SENSITIVE