Class: Aws::Types::ConnectorDataTarget
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorDataTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
-
#data ⇒ ::Hash[::String, ::String]
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
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def connection_type @connection_type end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def data @data end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def name @name end |