Class: Aws::Types::SparkConnectorTarget

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])


7110
7111
7112
# File 'sig/types.rbs', line 7110

def additional_options
  @additional_options
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


7107
7108
7109
# File 'sig/types.rbs', line 7107

def connection_name
  @connection_name
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


7109
7110
7111
# File 'sig/types.rbs', line 7109

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


7108
7109
7110
# File 'sig/types.rbs', line 7108

def connector_name
  @connector_name
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


7106
7107
7108
# File 'sig/types.rbs', line 7106

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7105
7106
7107
# File 'sig/types.rbs', line 7105

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



7111
7112
7113
# File 'sig/types.rbs', line 7111

def output_schemas
  @output_schemas
end