Class: Aws::Glue::Types::DeletePartitionIndexRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeletePartitionIndexRequest
 
- 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 from which you want to delete a partition index. 
- 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the partition index to be deleted. 
- 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the name of a table from which you want to delete a partition index. 
Instance Attribute Details
#catalog_id ⇒ String
The catalog ID where the table resides.
| 8799 8800 8801 8802 8803 8804 8805 8806 | # File 'lib/aws-sdk-glue/types.rb', line 8799 class DeletePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :index_name) SENSITIVE = [] include Aws::Structure end | 
#database_name ⇒ String
Specifies the name of a database from which you want to delete a partition index.
| 8799 8800 8801 8802 8803 8804 8805 8806 | # File 'lib/aws-sdk-glue/types.rb', line 8799 class DeletePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :index_name) SENSITIVE = [] include Aws::Structure end | 
#index_name ⇒ String
The name of the partition index to be deleted.
| 8799 8800 8801 8802 8803 8804 8805 8806 | # File 'lib/aws-sdk-glue/types.rb', line 8799 class DeletePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :index_name) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
Specifies the name of a table from which you want to delete a partition index.
| 8799 8800 8801 8802 8803 8804 8805 8806 | # File 'lib/aws-sdk-glue/types.rb', line 8799 class DeletePartitionIndexRequest < Struct.new( :catalog_id, :database_name, :table_name, :index_name) SENSITIVE = [] include Aws::Structure end |