Class: Aws::Glue::Types::SnowflakeTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SnowflakeTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Snowflake target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::SnowflakeNodeData
Specifies the data of the Snowflake target node.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the Snowflake target.
Instance Attribute Details
#data ⇒ Types::SnowflakeNodeData
Specifies the data of the Snowflake target node.
23258 23259 23260 23261 23262 23263 23264 |
# File 'lib/aws-sdk-glue/types.rb', line 23258 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
23258 23259 23260 23261 23262 23263 23264 |
# File 'lib/aws-sdk-glue/types.rb', line 23258 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Snowflake target.
23258 23259 23260 23261 23262 23263 23264 |
# File 'lib/aws-sdk-glue/types.rb', line 23258 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |