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.
20982 20983 20984 20985 20986 20987 20988 |
# File 'lib/aws-sdk-glue/types.rb', line 20982 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
20982 20983 20984 20985 20986 20987 20988 |
# File 'lib/aws-sdk-glue/types.rb', line 20982 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Snowflake target.
20982 20983 20984 20985 20986 20987 20988 |
# File 'lib/aws-sdk-glue/types.rb', line 20982 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |