Class: Aws::Glue::Types::AmazonRedshiftTarget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::AmazonRedshiftTarget
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies an Amazon Redshift target.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data  ⇒ Types::AmazonRedshiftNodeData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the data of the Amazon Redshift target node. 
- 
  
    
      #inputs  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The nodes that are inputs to the data target. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Amazon Redshift target. 
Instance Attribute Details
#data ⇒ Types::AmazonRedshiftNodeData
Specifies the data of the Amazon Redshift target node.
| 396 397 398 399 400 401 402 | # File 'lib/aws-sdk-glue/types.rb', line 396 class AmazonRedshiftTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end | 
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
| 396 397 398 399 400 401 402 | # File 'lib/aws-sdk-glue/types.rb', line 396 class AmazonRedshiftTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Amazon Redshift target.
| 396 397 398 399 400 401 402 | # File 'lib/aws-sdk-glue/types.rb', line 396 class AmazonRedshiftTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |