Class: Aws::Glue::Types::IntegrationPartition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::IntegrationPartition
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that describes how data is partitioned on the target.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #field_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field name used to partition data on the target. 
- 
  
    
      #function_spec  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies a function used to partition data on the target. 
Instance Attribute Details
#field_name ⇒ String
The field name used to partition data on the target.
| 15796 15797 15798 15799 15800 15801 | # File 'lib/aws-sdk-glue/types.rb', line 15796 class IntegrationPartition < Struct.new( :field_name, :function_spec) SENSITIVE = [] include Aws::Structure end | 
#function_spec ⇒ String
Specifies a function used to partition data on the target.
| 15796 15797 15798 15799 15800 15801 | # File 'lib/aws-sdk-glue/types.rb', line 15796 class IntegrationPartition < Struct.new( :field_name, :function_spec) SENSITIVE = [] include Aws::Structure end |