Class: Aws::Glue::Types::DropFields
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DropFields
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a transform that chooses the data property keys that you want to drop.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #inputs  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data inputs identified by their node names. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the transform node. 
- 
  
    
      #paths  ⇒ Array<Array<String>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A JSON path to a variable in the data structure. 
Instance Attribute Details
#inputs ⇒ Array<String>
The data inputs identified by their node names.
| 9947 9948 9949 9950 9951 9952 9953 | # File 'lib/aws-sdk-glue/types.rb', line 9947 class DropFields < Struct.new( :name, :inputs, :paths) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the transform node.
| 9947 9948 9949 9950 9951 9952 9953 | # File 'lib/aws-sdk-glue/types.rb', line 9947 class DropFields < Struct.new( :name, :inputs, :paths) SENSITIVE = [] include Aws::Structure end | 
#paths ⇒ Array<Array<String>>
A JSON path to a variable in the data structure.
| 9947 9948 9949 9950 9951 9952 9953 | # File 'lib/aws-sdk-glue/types.rb', line 9947 class DropFields < Struct.new( :name, :inputs, :paths) SENSITIVE = [] include Aws::Structure end |