Class: Aws::Glue::Types::SnowflakeTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SnowflakeTarget
- Defined in:
- gems/aws-sdk-glue/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.
23299 23300 23301 23302 23303 23304 23305 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23299 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
23299 23300 23301 23302 23303 23304 23305 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23299 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Snowflake target.
23299 23300 23301 23302 23303 23304 23305 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23299 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |