Class: Aws::Glue::Types::AmazonRedshiftSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::AmazonRedshiftSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-glue/types.rb
 
Overview
Specifies an Amazon Redshift source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data  ⇒ Types::AmazonRedshiftNodeData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the data of the Amazon Reshift source node.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon Redshift source.
 
Instance Attribute Details
#data ⇒ Types::AmazonRedshiftNodeData
Specifies the data of the Amazon Reshift source node.
      373 374 375 376 377 378  | 
    
      # File 'lib/aws-sdk-glue/types.rb', line 373 class AmazonRedshiftSource < Struct.new( :name, :data) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the Amazon Redshift source.
      373 374 375 376 377 378  | 
    
      # File 'lib/aws-sdk-glue/types.rb', line 373 class AmazonRedshiftSource < Struct.new( :name, :data) SENSITIVE = [] include Aws::Structure end  |