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.
| 6383 6384 6385 6386 6387 6388 6389 6390 | # File 'lib/aws-sdk-glue/types.rb', line 6383 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.
| 6383 6384 6385 6386 6387 6388 6389 6390 | # File 'lib/aws-sdk-glue/types.rb', line 6383 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.
| 6383 6384 6385 6386 6387 6388 6389 6390 | # File 'lib/aws-sdk-glue/types.rb', line 6383 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.
| 6383 6384 6385 6386 6387 6388 6389 6390 | # File 'lib/aws-sdk-glue/types.rb', line 6383 class CreatePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_index) SENSITIVE = [] include Aws::Structure end |