Class: Aws::Types::ConnectorDataSource
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorDataSource
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
Instance Attribute Details
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def connection_type @connection_type end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def data @data end |
#name ⇒ ::String
Returns the value of attribute name.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def output_schemas @output_schemas end |