Class: Aws::Glue::Types::GetPartitionIndexesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetPartitionIndexesRequest
 
- 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 retrieve partition indexes. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, included if this is a continuation call. 
- 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the name of a table for which you want to retrieve the partition indexes. 
Instance Attribute Details
#catalog_id ⇒ String
The catalog ID where the table resides.
| 13059 13060 13061 13062 13063 13064 13065 13066 | # File 'lib/aws-sdk-glue/types.rb', line 13059 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end | 
#database_name ⇒ String
Specifies the name of a database from which you want to retrieve partition indexes.
| 13059 13060 13061 13062 13063 13064 13065 13066 | # File 'lib/aws-sdk-glue/types.rb', line 13059 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, included if this is a continuation call.
| 13059 13060 13061 13062 13063 13064 13065 13066 | # File 'lib/aws-sdk-glue/types.rb', line 13059 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
Specifies the name of a table for which you want to retrieve the partition indexes.
| 13059 13060 13061 13062 13063 13064 13065 13066 | # File 'lib/aws-sdk-glue/types.rb', line 13059 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end |