Class: Aws::Glue::Types::SnowflakeSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SnowflakeSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Snowflake data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::SnowflakeNodeData
Configuration for the Snowflake data source.
-
#name ⇒ String
The name of the Snowflake data source.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies user-defined schemas for your output data.
Instance Attribute Details
#data ⇒ Types::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 |
#name ⇒ String
The name of 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 |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies user-defined schemas for your output data.
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 |