Class: Aws::Glue::Types::AmazonRedshiftAdvancedOption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::AmazonRedshiftAdvancedOption
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies an optional value when connecting to the Redshift cluster.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The key for the additional connection option. 
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value for the additional connection option. 
Instance Attribute Details
#key ⇒ String
The key for the additional connection option.
| 203 204 205 206 207 208 | # File 'lib/aws-sdk-glue/types.rb', line 203 class AmazonRedshiftAdvancedOption < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ String
The value for the additional connection option.
| 203 204 205 206 207 208 | # File 'lib/aws-sdk-glue/types.rb', line 203 class AmazonRedshiftAdvancedOption < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |