Class: Aws::Types::SparkConnectorSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


7057
7058
7059
# File 'sig/types.rbs', line 7057

def additional_options
  @additional_options
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


7054
7055
7056
# File 'sig/types.rbs', line 7054

def connection_name
  @connection_name
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


7056
7057
7058
# File 'sig/types.rbs', line 7056

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


7055
7056
7057
# File 'sig/types.rbs', line 7055

def connector_name
  @connector_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7053
7054
7055
# File 'sig/types.rbs', line 7053

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



7058
7059
7060
# File 'sig/types.rbs', line 7058

def output_schemas
  @output_schemas
end