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.



19467
19468
19469
19470
19471
19472
19473
# File 'lib/aws-sdk-glue/types.rb', line 19467

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

#nameString

The name of the Snowflake data source.

Returns:

  • (String)


19467
19468
19469
19470
19471
19472
19473
# File 'lib/aws-sdk-glue/types.rb', line 19467

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:



19467
19468
19469
19470
19471
19472
19473
# File 'lib/aws-sdk-glue/types.rb', line 19467

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