Class: Aws::Glue::Types::CreatePartitionIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreatePartitionIndexRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The catalog ID where the table resides.
-
#database_name ⇒ String
Specifies the name of a database in which you want to create a partition index.
-
#partition_index ⇒ Types::PartitionIndex
Specifies a
PartitionIndex
structure to create a partition index in an existing table. -
#table_name ⇒ String
Specifies the name of a table in which you want to create a partition index.
Instance Attribute Details
#catalog_id ⇒ String
The catalog ID where the table resides.
6371 6372 6373 6374 6375 6376 6377 6378 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6371 class CreatePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_index) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
Specifies the name of a database in which you want to create a partition index.
6371 6372 6373 6374 6375 6376 6377 6378 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6371 class CreatePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_index) SENSITIVE = [] include Aws::Structure end |
#partition_index ⇒ Types::PartitionIndex
Specifies a PartitionIndex
structure to create a partition index
in an existing table.
6371 6372 6373 6374 6375 6376 6377 6378 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6371 class CreatePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_index) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
Specifies the name of a table in which you want to create a partition index.
6371 6372 6373 6374 6375 6376 6377 6378 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6371 class CreatePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_index) SENSITIVE = [] include Aws::Structure end |