Class: Aws::Glue::Types::AmazonRedshiftTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::AmazonRedshiftTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies an Amazon Redshift target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::AmazonRedshiftNodeData
Specifies the data of the Amazon Redshift target node.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the Amazon Redshift target.
Instance Attribute Details
#data ⇒ Types::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 |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
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 |
#name ⇒ String
The name of the Amazon Redshift target.
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 |