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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataTypes::SnowflakeNodeData

Specifies the data of the Snowflake target node.



20073
20074
20075
20076
20077
20078
20079
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20073

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


20073
20074
20075
20076
20077
20078
20079
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20073

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

#nameString

The name of the Snowflake target.

Returns:

  • (String)


20073
20074
20075
20076
20077
20078
20079
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20073

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