Class: Aws::Glue::Types::SnowflakeTarget

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a Snowflake target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::SnowflakeNodeData

Specifies the data of the Snowflake target node.



20080
20081
20082
20083
20084
20085
20086
# File 'lib/aws-sdk-glue/types.rb', line 20080

class SnowflakeTarget < Struct.new(
  :name,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


20080
20081
20082
20083
20084
20085
20086
# File 'lib/aws-sdk-glue/types.rb', line 20080

class SnowflakeTarget < Struct.new(
  :name,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Snowflake target.

Returns:

  • (String)


20080
20081
20082
20083
20084
20085
20086
# File 'lib/aws-sdk-glue/types.rb', line 20080

class SnowflakeTarget < Struct.new(
  :name,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end