class Aws::Glue::Types::Partition

Represents a slice of table data.

@!attribute [rw] values

The values of the partition.
@return [Array<String>]

@!attribute [rw] database_name

The name of the catalog database in which to create the partition.
@return [String]

@!attribute [rw] table_name

The name of the database table in which to create the partition.
@return [String]

@!attribute [rw] creation_time

The time at which the partition was created.
@return [Time]

@!attribute [rw] last_access_time

The last time at which the partition was accessed.
@return [Time]

@!attribute [rw] storage_descriptor

Provides information about the physical location where the partition
is stored.
@return [Types::StorageDescriptor]

@!attribute [rw] parameters

These key-value pairs define partition parameters.
@return [Hash<String,String>]

@!attribute [rw] last_analyzed_time

The last time at which column statistics were computed for this
partition.
@return [Time]

@!attribute [rw] catalog_id

The ID of the Data Catalog in which the partition resides.
@return [String]

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

Constants

SENSITIVE