Class: Aws::Types::SparkConnectorSource
- Inherits:
-
Object
- Object
- Aws::Types::SparkConnectorSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
7126 7127 7128 |
# File 'sig/types.rbs', line 7126 def @additional_options end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
7123 7124 7125 |
# File 'sig/types.rbs', line 7123 def connection_name @connection_name end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
7125 7126 7127 |
# File 'sig/types.rbs', line 7125 def connection_type @connection_type end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
7124 7125 7126 |
# File 'sig/types.rbs', line 7124 def connector_name @connector_name end |
#name ⇒ ::String
Returns the value of attribute name.
7122 7123 7124 |
# File 'sig/types.rbs', line 7122 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
7127 7128 7129 |
# File 'sig/types.rbs', line 7127 def output_schemas @output_schemas end |