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

Class: Aws::Glue::Types::GetPartitionIndexesRequest

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

Overview

Note:

When passing GetPartitionIndexesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog ID where the table resides.

Returns:

  • (String)

    The catalog ID where the table resides.

#database_nameString

Specifies the name of a database from which you want to retrieve partition indexes.

Returns:

  • (String)

    Specifies the name of a database from which you want to retrieve partition indexes.

#next_tokenString

A continuation token, included if this is a continuation call.

Returns:

  • (String)

    A continuation token, included if this is a continuation call.

#table_nameString

Specifies the name of a table for which you want to retrieve the partition indexes.

Returns:

  • (String)

    Specifies the name of a table for which you want to retrieve the partition indexes.