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.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def connection_type @connection_type end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def data @data end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def name @name end |