Class: Aws::Glue::Types::AmazonRedshiftAdvancedOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The key for the additional connection option.

Returns:

  • (String)


170
171
172
173
174
175
# File 'lib/aws-sdk-glue/types.rb', line 170

class AmazonRedshiftAdvancedOption < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for the additional connection option.

Returns:

  • (String)


170
171
172
173
174
175
# File 'lib/aws-sdk-glue/types.rb', line 170

class AmazonRedshiftAdvancedOption < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end