Class: Aws::Glue::Types::CreatePartitionIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreatePartitionIndexRequest
- Includes:
- Structure
- Defined in:
- 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.
5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'lib/aws-sdk-glue/types.rb', line 5619 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.
5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'lib/aws-sdk-glue/types.rb', line 5619 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.
5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'lib/aws-sdk-glue/types.rb', line 5619 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.
5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'lib/aws-sdk-glue/types.rb', line 5619 class CreatePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_index) SENSITIVE = [] include Aws::Structure end |