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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog ID where the table resides.

Returns:

  • (String)


10641
10642
10643
10644
10645
10646
10647
10648
# File 'lib/aws-sdk-glue/types.rb', line 10641

class GetPartitionIndexesRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

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

Returns:

  • (String)


10641
10642
10643
10644
10645
10646
10647
10648
# File 'lib/aws-sdk-glue/types.rb', line 10641

class GetPartitionIndexesRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


10641
10642
10643
10644
10645
10646
10647
10648
# File 'lib/aws-sdk-glue/types.rb', line 10641

class GetPartitionIndexesRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

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

Returns:

  • (String)


10641
10642
10643
10644
10645
10646
10647
10648
# File 'lib/aws-sdk-glue/types.rb', line 10641

class GetPartitionIndexesRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end