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.
6999 7000 7001 |
# File 'sig/types.rbs', line 6999 def data @data end |
#name ⇒ ::String
Returns the value of attribute name.
6998 6999 7000 |
# File 'sig/types.rbs', line 6998 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
7000 7001 7002 |
# File 'sig/types.rbs', line 7000 def output_schemas @output_schemas end |