Class: Aws::Types::SparkConnectorTarget
- Inherits:
-
Object
- Object
- Aws::Types::SparkConnectorTarget
- 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.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#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.
7100 7101 7102 |
# File 'sig/types.rbs', line 7100 def @additional_options end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
7097 7098 7099 |
# File 'sig/types.rbs', line 7097 def connection_name @connection_name end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
7099 7100 7101 |
# File 'sig/types.rbs', line 7099 def connection_type @connection_type end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
7098 7099 7100 |
# File 'sig/types.rbs', line 7098 def connector_name @connector_name end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
7096 7097 7098 |
# File 'sig/types.rbs', line 7096 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7095 7096 7097 |
# File 'sig/types.rbs', line 7095 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
7101 7102 7103 |
# File 'sig/types.rbs', line 7101 def output_schemas @output_schemas end |