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)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def connection_type
  @connection_type
end

#data::Hash[::String, ::String]

Returns the value of attribute data.

Returns:

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


1186
1187
1188
# File 'sig/types.rbs', line 1186

def data
  @data
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



1187
1188
1189
# File 'sig/types.rbs', line 1187

def output_schemas
  @output_schemas
end