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.
24127 24128 24129 24130 24131 24132 24133 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Snowflake data source.
24127 24128 24129 24130 24131 24132 24133 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 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.
24127 24128 24129 24130 24131 24132 24133 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24127 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end |