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

Class: Aws::Glue::Types::PartitionIndexDescriptor

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

Overview

A descriptor for a partition index in a table.

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the partition index.

Returns:

  • (String)

    The name of the partition index.

#index_statusString

The status of the partition index.

Possible values:

  • ACTIVE

Returns:

  • (String)

    The status of the partition index.

#keysArray<Types::KeySchemaElement>

A list of one or more keys, as KeySchemaElement structures, for the partition index.

Returns:

  • (Array<Types::KeySchemaElement>)

    A list of one or more keys, as KeySchemaElement structures, for the partition index.