class Aws::Glue::Types::PartitionIndex

A structure for a partition index.

@note When making an API call, you may pass PartitionIndex

data as a hash:

    {
      keys: ["NameString"], # required
      index_name: "NameString", # required
    }

@!attribute [rw] keys

The keys for the partition index.
@return [Array<String>]

@!attribute [rw] index_name

The name of the partition index.
@return [String]

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

Constants

SENSITIVE