Class: Aws::Glue::Types::SnowflakeSource

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

Overview

Specifies a Snowflake data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::SnowflakeNodeData

Configuration for the Snowflake data source.



20958
20959
20960
20961
20962
20963
20964
# File 'lib/aws-sdk-glue/types.rb', line 20958

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

#nameString

The name of the Snowflake data source.

Returns:

  • (String)


20958
20959
20960
20961
20962
20963
20964
# File 'lib/aws-sdk-glue/types.rb', line 20958

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

#output_schemasArray<Types::GlueSchema>

Specifies user-defined schemas for your output data.

Returns:



20958
20959
20960
20961
20962
20963
20964
# File 'lib/aws-sdk-glue/types.rb', line 20958

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