Class: Aws::Glue::Types::CreatePartitionIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


5167
5168
5169
5170
5171
5172
5173
5174
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5167

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

#database_nameString

Specifies the name of a database in which you want to create a partition index.

Returns:

  • (String)


5167
5168
5169
5170
5171
5172
5173
5174
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5167

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

#partition_indexTypes::PartitionIndex

Specifies a PartitionIndex structure to create a partition index in an existing table.



5167
5168
5169
5170
5171
5172
5173
5174
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5167

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

#table_nameString

Specifies the name of a table in which you want to create a partition index.

Returns:

  • (String)


5167
5168
5169
5170
5171
5172
5173
5174
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5167

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