Class: Aws::Glue::Types::AmazonRedshiftSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies an Amazon Redshift source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::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

#nameString

The name of the Amazon Redshift source.

Returns:

  • (String)


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