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.



19491
19492
19493
19494
19495
19496
19497
# File 'lib/aws-sdk-glue/types.rb', line 19491

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>)


19491
19492
19493
19494
19495
19496
19497
# File 'lib/aws-sdk-glue/types.rb', line 19491

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

#nameString

The name of the Snowflake target.

Returns:

  • (String)


19491
19492
19493
19494
19495
19496
19497
# File 'lib/aws-sdk-glue/types.rb', line 19491

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