Class: Aws::Glue::Types::BatchGetPartitionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetPartitionResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #partitions  ⇒ Array<Types::Partition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the requested partitions. 
- 
  
    
      #unprocessed_keys  ⇒ Array<Types::PartitionValueList> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the partition values in the request for which partitions were not returned. 
Instance Attribute Details
#partitions ⇒ Array<Types::Partition>
A list of the requested partitions.
| 1198 1199 1200 1201 1202 1203 | # File 'lib/aws-sdk-glue/types.rb', line 1198 class BatchGetPartitionResponse < Struct.new( :partitions, :unprocessed_keys) SENSITIVE = [] include Aws::Structure end | 
#unprocessed_keys ⇒ Array<Types::PartitionValueList>
A list of the partition values in the request for which partitions were not returned.
| 1198 1199 1200 1201 1202 1203 | # File 'lib/aws-sdk-glue/types.rb', line 1198 class BatchGetPartitionResponse < Struct.new( :partitions, :unprocessed_keys) SENSITIVE = [] include Aws::Structure end |