Class: Aws::Types::AmazonRedshiftTarget
- Inherits:
-
Object
- Object
- Aws::Types::AmazonRedshiftTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::AmazonRedshiftNodeData
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::AmazonRedshiftNodeData
Returns the value of attribute data.
95 96 97 |
# File 'sig/types.rbs', line 95 def data @data end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
96 97 98 |
# File 'sig/types.rbs', line 96 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
94 95 96 |
# File 'sig/types.rbs', line 94 def name @name end |