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