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 Amazon Redshift data store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key when specifying a key-value pair.
-
#value ⇒ String
The value when specifying a key-value pair.
Instance Attribute Details
#key ⇒ String
The key when specifying a key-value pair.
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 |
#value ⇒ String
The value when specifying a key-value pair.
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 |