Class: Aws::Types::ConnectorDataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


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.

Returns:

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


1182
1183
1184
# File 'sig/types.rbs', line 1182

def data
  @data
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:



1183
1184
1185
# File 'sig/types.rbs', line 1183

def output_schemas
  @output_schemas
end