class Aws::Glue::Types::DeleteColumnStatisticsForPartitionRequest
@note When making an API call, you may pass DeleteColumnStatisticsForPartitionRequest
data as a hash: { catalog_id: "CatalogIdString", database_name: "NameString", # required table_name: "NameString", # required partition_values: ["ValueString"], # required column_name: "NameString", # required }
@!attribute [rw] catalog_id
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default. @return [String]
@!attribute [rw] database_name
The name of the catalog database where the partitions reside. @return [String]
@!attribute [rw] table_name
The name of the partitions' table. @return [String]
@!attribute [rw] partition_values
A list of partition values identifying the partition. @return [Array<String>]
@!attribute [rw] column_name
Name of the column. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionRequest AWS API Documentation
Constants
- SENSITIVE