Class: Aws::Types::SnowflakeSource
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::SnowflakeNodeData
Returns the value of attribute data.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
Instance Attribute Details
#data ⇒ Types::SnowflakeNodeData
Returns the value of attribute data.
7031 7032 7033 |
# File 'sig/types.rbs', line 7031 def data @data end |
#name ⇒ ::String
Returns the value of attribute name.
7030 7031 7032 |
# File 'sig/types.rbs', line 7030 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
7032 7033 7034 |
# File 'sig/types.rbs', line 7032 def output_schemas @output_schemas end |