You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::Partition

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a slice of table data.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which the partition resides.

Returns:

  • (String)

    The ID of the Data Catalog in which the partition resides.

#creation_timeTime

The time at which the partition was created.

Returns:

  • (Time)

    The time at which the partition was created.

#database_nameString

The name of the catalog database in which to create the partition.

Returns:

  • (String)

    The name of the catalog database in which to create the partition.

#last_access_timeTime

The last time at which the partition was accessed.

Returns:

  • (Time)

    The last time at which the partition was accessed.

#last_analyzed_timeTime

The last time at which column statistics were computed for this partition.

Returns:

  • (Time)

    The last time at which column statistics were computed for this partition.

#parametersHash<String,String>

These key-value pairs define partition parameters.

Returns:

  • (Hash<String,String>)

    These key-value pairs define partition parameters.

#storage_descriptorTypes::StorageDescriptor

Provides information about the physical location where the partition is stored.

Returns:

#table_nameString

The name of the database table in which to create the partition.

Returns:

  • (String)

    The name of the database table in which to create the partition.

#valuesArray<String>

The values of the partition.

Returns:

  • (Array<String>)

    The values of the partition.