class Aws::Glue::Types::GetPartitionIndexesRequest

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

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString", # required
      table_name: "NameString", # required
      next_token: "Token",
    }

@!attribute [rw] catalog_id

The catalog ID where the table resides.
@return [String]

@!attribute [rw] database_name

Specifies the name of a database from which you want to retrieve
partition indexes.
@return [String]

@!attribute [rw] table_name

Specifies the name of a table for which you want to retrieve the
partition indexes.
@return [String]

@!attribute [rw] next_token

A continuation token, included if this is a continuation call.
@return [String]

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

Constants

SENSITIVE