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.



340
341
342
343
344
345
# File 'lib/aws-sdk-glue/types.rb', line 340

class AmazonRedshiftSource < Struct.new(
  :name,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon Redshift source.

Returns:

  • (String)


340
341
342
343
344
345
# File 'lib/aws-sdk-glue/types.rb', line 340

class AmazonRedshiftSource < Struct.new(
  :name,
  :data)
  SENSITIVE = []
  include Aws::Structure
end