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.
7048 7049 7050 |
# File 'sig/types.rbs', line 7048 def data @data end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
7049 7050 7051 |
# File 'sig/types.rbs', line 7049 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7047 7048 7049 |
# File 'sig/types.rbs', line 7047 def name @name end |