Class: Aws::Glue::Types::GetPartitionIndexesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetPartitionIndexesResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, present if the current list segment is not the last. 
- 
  
    
      #partition_index_descriptor_list  ⇒ Array<Types::PartitionIndexDescriptor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of index descriptors. 
Instance Attribute Details
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
| 13079 13080 13081 13082 13083 13084 | # File 'lib/aws-sdk-glue/types.rb', line 13079 class GetPartitionIndexesResponse < Struct.new( :partition_index_descriptor_list, :next_token) SENSITIVE = [] include Aws::Structure end | 
#partition_index_descriptor_list ⇒ Array<Types::PartitionIndexDescriptor>
A list of index descriptors.
| 13079 13080 13081 13082 13083 13084 | # File 'lib/aws-sdk-glue/types.rb', line 13079 class GetPartitionIndexesResponse < Struct.new( :partition_index_descriptor_list, :next_token) SENSITIVE = [] include Aws::Structure end |