Class: Aws::Glue::Types::SnowflakeSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SnowflakeSource
- Defined in:
- gems/aws-sdk-glue/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.
23216 23217 23218 23219 23220 23221 23222 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23216 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Snowflake data source.
23216 23217 23218 23219 23220 23221 23222 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23216 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.
23216 23217 23218 23219 23220 23221 23222 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23216 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end |