Class: Aws::Types::SnowflakeTarget
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::SnowflakeNodeData
Returns the value of attribute data.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data ⇒ Types::SnowflakeNodeData
Returns the value of attribute data.
7006 7007 7008 |
# File 'sig/types.rbs', line 7006 def data @data end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
7007 7008 7009 |
# File 'sig/types.rbs', line 7007 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7005 7006 7007 |
# File 'sig/types.rbs', line 7005 def name @name end |