Class: Aws::Glue::Types::AmazonRedshiftTarget

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

Overview

Specifies an Amazon Redshift target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::AmazonRedshiftNodeData

Specifies the data of the Amazon Redshift target node.



363
364
365
366
367
368
369
# File 'lib/aws-sdk-glue/types.rb', line 363

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

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


363
364
365
366
367
368
369
# File 'lib/aws-sdk-glue/types.rb', line 363

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

#nameString

The name of the Amazon Redshift target.

Returns:

  • (String)


363
364
365
366
367
368
369
# File 'lib/aws-sdk-glue/types.rb', line 363

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